summaryrefslogtreecommitdiffstats
path: root/basicsuite/qt5-everywhere/demos/touchgallery/content/TabBarPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite/qt5-everywhere/demos/touchgallery/content/TabBarPage.qml')
-rw-r--r--basicsuite/qt5-everywhere/demos/touchgallery/content/TabBarPage.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/basicsuite/qt5-everywhere/demos/touchgallery/content/TabBarPage.qml b/basicsuite/qt5-everywhere/demos/touchgallery/content/TabBarPage.qml
index 8cba319..7731c33 100644
--- a/basicsuite/qt5-everywhere/demos/touchgallery/content/TabBarPage.qml
+++ b/basicsuite/qt5-everywhere/demos/touchgallery/content/TabBarPage.qml
@@ -84,7 +84,7 @@ Item {
Text {
anchors.centerIn: parent
color: "white"
- text: tab.title.toUpperCase()
+ text: styleData.title
font.pixelSize: 16
}
Rectangle {