diff options
Diffstat (limited to 'gui/components/Locations.qml')
-rw-r--r-- | gui/components/Locations.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/components/Locations.qml b/gui/components/Locations.qml index 1b87f88..4fd5a82 100644 --- a/gui/components/Locations.qml +++ b/gui/components/Locations.qml @@ -243,7 +243,7 @@ ThemedPage { if (bridgeWarning.visible) { h += bridgeWarning.height } - return h + 30 + return h + 50 } function getSignalFor(location) { |