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-10-06 18:38:22 +0200
commit2c45007c1582e6dc063dd271961503cacbc19805 (patch)
tree29afef37a9e7dc0f0b6df31b5aa4d7b59b682e5e /gui/components
parentc00c4c88c4a7ac06b6edc0251f21214ae5f7f1ab (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