AddChat: move create room tab to last position
This commit is contained in:
parent
11c8af7c19
commit
8c111904a5
|
@ -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 {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user