diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/controls/TabView.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/TabView.qml b/src/controls/TabView.qml index 3273f8259..e0d3ca3bb 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 |
