Commit ea2de46b authored by Jens Bache-Wiig's avatar Jens Bache-Wiig Committed by The Qt Project
Browse files

Remove unnecessary bottom margin for TabView on mac


This extra padding at the bottom is not needed and only serves to
make the borders uneven on mac.

Change-Id: Ibb3f8a3ba1f37ce1e9c6674a53cfb13e257fb97f
Reviewed-by: default avatarRichard Moe Gustavsen <richard.gustavsen@digia.com>
parent 33850881
No related merge requests found
Showing with 1 addition and 1 deletion
......@@ -198,7 +198,7 @@ FocusScope {
anchors.fill: parent
anchors.margins: (frameVisible ? frameWidth : 0)
anchors.topMargin: anchors.margins + (style =="mac" ? 6 : 0)
anchors.bottomMargin: anchors.margins + (style =="mac" ? 6 : 0)
anchors.bottomMargin: anchors.margins
property int frameWidth
property string style
......
Supports Markdown
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