AddChat: move create room tab to last position

This commit is contained in:
miruka 2019-11-07 11:11:09 -04:00
parent 11c8af7c19
commit 8c111904a5

View File

@ -20,15 +20,15 @@ HPage {
TabBar {
id: tabBar
position: TabBar.Header
currentIndex: 1
currentIndex: 2
Layout.fillWidth: true
Repeater {
model: [
qsTr("Find someone"),
qsTr("Create room"),
qsTr("Join room"),
qsTr("Create room"),
]
HTabButton {
@ -45,13 +45,12 @@ HPage {
Layout.fillWidth: true
Item {}
Item {}
CreateRoom {
id: createRoom
}
Item {}
}
}
}