summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.lima@openbossa.org>2012-05-30 17:58:43 -0300
committerHugo Parente Lima <hugo.lima@openbossa.org>2012-05-30 17:58:43 -0300
commitdf999cea8985d2594cabe87ed623e3f7150c21ef (patch)
tree60a98916113a311869e08cce52415aca84b66008
parente78c19f58ab42e99dd4f3435a7c4aa4fa3475725 (diff)
Fix the top margin of TopSitesPanel after some asset changes.
Reviewed-by: Luciano Wolf
-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))
}