Minor bug fixes and tweaks.

This commit is contained in:
Black Hat
2018-03-04 22:40:48 +08:00
parent 854a1c3855
commit 9b4fa0d8c6
4 changed files with 10 additions and 3 deletions

View File

@@ -52,6 +52,7 @@ ApplicationWindow {
source: "qrc:/asset/img/avatar.png"
anchors.horizontalCenter: parent.horizontalCenter
statusIndicator: true
opaqueBackground: false
}
page: Room {
@@ -93,6 +94,7 @@ ApplicationWindow {
page: Contact {
id: contactPage
contactListModel: roomListModel
}
}