summaryrefslogtreecommitdiff
path: root/gui/components/Footer.qml
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2021-09-17 19:49:15 +0200
committerkali kaneko (leap communications) <kali@leap.se>2021-11-23 21:51:05 +0100
commit9413b50cba3d8b4c9a8b6474729483b775aa5619 (patch)
tree6dfff47d63647f965727eb8a72198286b220df9c /gui/components/Footer.qml
parent7cdbe15b46a2c2ac94b10f27092b190147f2124f (diff)
[ui] nospy and sizes
Diffstat (limited to 'gui/components/Footer.qml')
-rw-r--r--gui/components/Footer.qml10
1 files changed, 8 insertions, 2 deletions
diff --git a/gui/components/Footer.qml b/gui/components/Footer.qml
index 7658fa1..893f4cf 100644
--- a/gui/components/Footer.qml
+++ b/gui/components/Footer.qml
@@ -23,10 +23,16 @@ ToolBar {
visible: hasMultipleGateways()
anchors {
verticalCenter: parent.verticalCenter
- leftMargin: 10
+ leftMargin: 20
left: parent.left
verticalCenterOffset: 5
}
+ /*
+ background.implicitHeight: 32
+ background.implicitWidth: 32
+ */
+ icon.width: 20
+ icon.height: 20
icon.source: stackView.depth > 1 ? "" : "../resources/globe.svg"
onClicked: stackView.push("Locations.qml")
}
@@ -35,7 +41,7 @@ ToolBar {
id: locationLabel
anchors.left: gwButton.right
anchors.verticalCenter: parent.verticalCenter
- anchors.verticalCenterOffset: 5
+ anchors.verticalCenterOffset: 7
text: locationStr()
color: getLocationColor()
}