From 07348cb30f7cc652de715ba605b40cc4447b125a Mon Sep 17 00:00:00 2001 From: jkito <belter@riseup.net> Date: Tue, 13 Feb 2024 19:18:25 +0530 Subject: [PATCH] [qml] remove leftMargin from location label removing it seems to work better for now, otherwise the location string overlaps on the lightning icon --- gui/components/Footer.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/gui/components/Footer.qml b/gui/components/Footer.qml index 578aac9d..3c3664bd 100644 --- a/gui/components/Footer.qml +++ b/gui/components/Footer.qml @@ -68,7 +68,6 @@ ToolBar { left: lightning.right verticalCenter: parent.verticalCenter verticalCenterOffset: 7 - leftMargin: (ctx != undefined & root.selectedGateway == "auto") ? 0 : -12 } MouseArea { cursorShape: Qt.PointingHandCursor -- GitLab