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.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/basicsuite/qt5-everywhere/demos/touchgallery/content/TabBarPage.qml b/basicsuite/qt5-everywhere/demos/touchgallery/content/TabBarPage.qml
index c96314b..7731c33 100644
--- a/basicsuite/qt5-everywhere/demos/touchgallery/content/TabBarPage.qml
+++ b/basicsuite/qt5-everywhere/demos/touchgallery/content/TabBarPage.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Quick Controls module of the Qt Toolkit.
@@ -84,7 +84,7 @@ Item {
Text {
anchors.centerIn: parent
color: "white"
- text: tab.title.toUpperCase()
+ text: styleData.title
font.pixelSize: 16
}
Rectangle {