Set default gallery page to the first entry in the menu (Buttons)

This commit is contained in:
David Edmundson 2012-03-14 00:43:59 +00:00
parent e32603b5e4
commit 538dfadc18

View File

@ -108,7 +108,7 @@ Rectangle {
toolBar: toolBar
width: page.width
height: currentPage.implicitHeight
initialPage: Qt.createComponent("TextEditing.qml")
initialPage: Qt.createComponent("Buttons.qml")
}
}