diff options
author | Florent Revest <revestflo@gmail.com> | 2017-08-16 22:10:42 +0100 |
---|---|---|
committer | Florent Revest <revestflo@gmail.com> | 2017-08-16 22:10:42 +0100 |
commit | 31cf9437cb57f9b6235246fb411fd83076815731 (patch) | |
tree | b38b09c15332ce66acb43173dd79c9174266b873 | |
parent | 8978a24c87d73bde28086de6a0419b8419586f1f (diff) |
Fix iconButton margin
-rw-r--r-- | main.qml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -122,7 +122,7 @@ Application { anchors { horizontalCenter: parent.horizontalCenter - topMargin: Units.iconButtonMargin + topMargin: Dims.iconButtonMargin top: parent.top } |