summaryrefslogtreecommitdiff
path: root/examples/quick/controls/touch/content/TabBarPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/controls/touch/content/TabBarPage.qml')
-rw-r--r--examples/quick/controls/touch/content/TabBarPage.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/quick/controls/touch/content/TabBarPage.qml b/examples/quick/controls/touch/content/TabBarPage.qml
index 41de7822..c96314be 100644
--- a/examples/quick/controls/touch/content/TabBarPage.qml
+++ b/examples/quick/controls/touch/content/TabBarPage.qml
@@ -70,7 +70,8 @@ Item {
Component {
id: touchStyle
TabViewStyle {
- tabBarAlignment: "center"
+ tabsAlignment: Qt.AlignVCenter
+ tabOverlap: 0
frame: Item { }
tab: Item {
implicitWidth: control.width/control.count