Skip to content
Snippets Groups Projects
Commit 07348cb3 authored by jkito's avatar jkito :skull:
Browse files

[qml] remove leftMargin from location label

removing it seems to work better for now, otherwise
the location string overlaps on the lightning  icon
parent a0270cf2
No related branches found
No related tags found
1 merge request!170Updates to Qt6.6 and various misc fixes for window and macOS
...@@ -68,7 +68,6 @@ ToolBar { ...@@ -68,7 +68,6 @@ ToolBar {
left: lightning.right left: lightning.right
verticalCenter: parent.verticalCenter verticalCenter: parent.verticalCenter
verticalCenterOffset: 7 verticalCenterOffset: 7
leftMargin: (ctx != undefined & root.selectedGateway == "auto") ? 0 : -12
} }
MouseArea { MouseArea {
cursorShape: Qt.PointingHandCursor cursorShape: Qt.PointingHandCursor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment