summaryrefslogtreecommitdiff
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 0e729cf..5fff69f 100644
--- a/src/mobile/qml/Main.qml
+++ b/src/mobile/qml/Main.qml
@@ -109,7 +109,7 @@ Rectangle {
source: plusButtonMouseArea.pressed ? "qrc:///mobile/nav/btn_plus_pressed" : "qrc:///mobile/nav/btn_plus_unpressed"
anchors.top: topSitesPanel.bottom
- anchors.topMargin: 27
+ anchors.topMargin: 21
anchors.horizontalCenter: rootPage.horizontalCenter
MouseArea {