summaryrefslogtreecommitdiff
path: root/gui/components
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2021-10-04 10:45:24 +0200
committerkali kaneko (leap communications) <kali@leap.se>2021-11-23 21:51:15 +0100
commita592f4f5af5a76df8b2374d25e1dbd4d1a6bb414 (patch)
treed577ce4ac23d2b03d2e90dcfaed8c62d6b23e690 /gui/components
parentaf60f2294027398ec03ba4334c5ab0792a8fc6f1 (diff)
[ui] scale ravens image
Diffstat (limited to 'gui/components')
-rw-r--r--gui/components/Footer.qml2
-rw-r--r--gui/components/Help.qml2
-rw-r--r--gui/components/Locations.qml2
3 files changed, 4 insertions, 2 deletions
diff --git a/gui/components/Footer.qml b/gui/components/Footer.qml
index b806807..71477b4 100644
--- a/gui/components/Footer.qml
+++ b/gui/components/Footer.qml
@@ -82,7 +82,7 @@ ToolBar {
anchors.right: parent.right
anchors.rightMargin: 20
anchors.verticalCenter: parent.verticalCenter
- anchors.verticalCenterOffset: 0
+ anchors.verticalCenterOffset: 2
// TODO refactor with SignalIcon
ColorOverlay{
anchors.fill: gwQuality
diff --git a/gui/components/Help.qml b/gui/components/Help.qml
index 460dde4..6148ece 100644
--- a/gui/components/Help.qml
+++ b/gui/components/Help.qml
@@ -21,10 +21,12 @@ ThemedPage {
text: getDummyLink(qsTr("Report a bug"))
onLinkActivated: Qt.openUrlExternally(issueTracker)
}
+ /* XXX needs implementation in the backend
Button {
anchors.horizontalCenter: parent.horizontalCenter
text: qsTr("Open logs")
}
+ */
}
function getDummyLink(text) {
diff --git a/gui/components/Locations.qml b/gui/components/Locations.qml
index 4fd5a82..a93700a 100644
--- a/gui/components/Locations.qml
+++ b/gui/components/Locations.qml
@@ -8,7 +8,7 @@ import "../themes/themes.js" as Theme
/* TODO
[ ] corner case: manual override, not full list yet
- [ ] persist bridges
+ [x] persist bridges
[ ] persist manual selection
[ ] display the location we know
[ ] corner case: user selects bridges with manual selection