aboutsummaryrefslogtreecommitdiff
path: root/main.qml
diff options
context:
space:
mode:
authorFlorent Revest <revestflo@gmail.com>2017-08-16 22:10:42 +0100
committerFlorent Revest <revestflo@gmail.com>2017-08-16 22:10:42 +0100
commit31cf9437cb57f9b6235246fb411fd83076815731 (patch)
treeb38b09c15332ce66acb43173dd79c9174266b873 /main.qml
parent8978a24c87d73bde28086de6a0419b8419586f1f (diff)
Fix iconButton margin
Diffstat (limited to 'main.qml')
-rw-r--r--main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.qml b/main.qml
index ee531ff..d646c17 100644
--- a/main.qml
+++ b/main.qml
@@ -122,7 +122,7 @@ Application {
anchors {
horizontalCenter: parent.horizontalCenter
- topMargin: Units.iconButtonMargin
+ topMargin: Dims.iconButtonMargin
top: parent.top
}