From a592f4f5af5a76df8b2374d25e1dbd4d1a6bb414 Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Mon, 4 Oct 2021 10:45:24 +0200 Subject: [ui] scale ravens image --- gui/components/Footer.qml | 2 +- gui/components/Help.qml | 2 ++ gui/components/Locations.qml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) (limited to 'gui/components') 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 -- cgit v1.2.3