summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Olszak <olszak.tomasz@gmail.com>2013-08-12 21:02:32 +0000
committerTomasz Olszak <olszak.tomasz@gmail.com>2013-08-13 00:11:35 +0200
commit1d217fae7a67368b85343d18882c8a6593c9d6b7 (patch)
treea0dadc68bfbbcb31c7a8aa11d0da1fa37940de5c
parente904afc0b3050ee234595e43c448f2cb093cdf1d (diff)
[Touch example] Changed TitleBar text.
Change-Id: Id81865271258b9ce8e9047f90f8c59b309d0d95d Reviewed-by: Tomasz Olszak <olszak.tomasz@gmail.com>
-rw-r--r--examples/touch/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/touch/main.qml b/examples/touch/main.qml
index a07537c..1371092 100644
--- a/examples/touch/main.qml
+++ b/examples/touch/main.qml
@@ -63,7 +63,7 @@ ApplicationWindow {
id: content
anchors.fill: parent
- titleBar.text: "Controls Gallery (Theme: " + TizenControls.currentTheme+")"
+ titleBar.text: "Controls Gallery (" + TizenControls.currentTheme+ " theme)"
titleBar.subText: pageStack.depth > 1 ? pageStack.currentItem: "Main Page"
backAction.onTriggered: pageStack.depth > 1 ? pageStack.pop() : Qt.quit()