Commit 58d767c7 authored by J-P Nurmi's avatar J-P Nurmi
Browse files

ToolBar: fix spacing between menu button & content


Change-Id: I0e46e77186a8572c63c3eed7a99f35b948b87de3
Reviewed-by: default avatarMitch Curtis <mitch.curtis@digia.com>
parent 68117220
No related merge requests found
Showing with 1 addition and 1 deletion
...@@ -151,7 +151,7 @@ FocusScope { ...@@ -151,7 +151,7 @@ FocusScope {
anchors.topMargin: topMargin anchors.topMargin: topMargin
anchors.leftMargin: leftMargin anchors.leftMargin: leftMargin
anchors.rightMargin: rightMargin + (buttonLoader.active ? buttonLoader.width : 0) anchors.rightMargin: rightMargin + (buttonLoader.active ? buttonLoader.width + rightMargin : 0)
anchors.bottomMargin: bottomMargin anchors.bottomMargin: bottomMargin
property int topMargin: __style ? __style.padding.top : 0 property int topMargin: __style ? __style.padding.top : 0
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment