summaryrefslogtreecommitdiffstats
path: root/src/mobile/qml/Main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/mobile/qml/Main.qml')
-rw-r--r--src/mobile/qml/Main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mobile/qml/Main.qml b/src/mobile/qml/Main.qml
index 42e02a2..163402f 100644
--- a/src/mobile/qml/Main.qml
+++ b/src/mobile/qml/Main.qml
@@ -52,7 +52,7 @@ Rectangle {
top: panelToggle.bottom
left: parent.left
right: parent.right
- topMargin: 24
+ topMargin: 32
}
onUrlSelected: navigationPanel.openUrlInNewTab(UrlTools.fromUserInput(url))
}