diff --git a/src/controls/TabView.qml b/src/controls/TabView.qml index 3273f8259fba95f9536b259a19d5d77c28e44fd4..e0d3ca3bb178b4733e9cee71d3ebcc9280149bbe 100644 --- a/src/controls/TabView.qml +++ b/src/controls/TabView.qml @@ -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