summaryrefslogtreecommitdiffstats
path: root/qml
diff options
context:
space:
mode:
authorNiels Weber <niels.weber@digia.com>2014-10-17 07:54:43 +0200
committerNiels Weber <niels.weber@digia.com>2014-10-17 09:26:43 +0200
commitbd910081d98183840fc502f102c47d561cd4c394 (patch)
treeed2b984fb142babde603ca3fe94467693fe12c5a /qml
parentd98c028b5275eef25785737f0b68efc7a51b11a1 (diff)
Move Schedule to lower position in menu
Change-Id: Ibcc98f296716b3aa9db9501fb06a786f52bfa6d8 Reviewed-by: Caroline Chao <caroline.chao@digia.com>
Diffstat (limited to 'qml')
-rw-r--r--qml/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/main.qml b/qml/main.qml
index 68fe4e2..f1622f9 100644
--- a/qml/main.qml
+++ b/qml/main.qml
@@ -86,10 +86,10 @@ ApplicationWindow {
id: menuModel
Component.onCompleted: {
append({name: Theme.text.home.arg(applicationClient.currentConferenceDetails.title), id: "home" })
- append({name: Theme.text.schedule, id: "schedule" })
append({name: Theme.text.talks.arg(""), id: "talks" })
append({name: Theme.text.favorites.arg(""), id: "favorites" })
append({name: Theme.text.floorPlan, id: "floorPlan" })
+ append({name: Theme.text.schedule, id: "schedule" })
append({name: Theme.text.switchConf, id: "switchConf" })
append({name: Theme.text.toWebsite, id: "toWebsite" })
menuRectangle.height = Theme.sizes.menuItemHeight * menuModel.count