Small UI tweaks && bug fixes.

This commit is contained in:
Black Hat
2018-07-20 12:14:02 +08:00
parent 80fca26092
commit 6f6a7da414
11 changed files with 65 additions and 47 deletions

View File

@@ -34,7 +34,6 @@ Item {
visible: currentRoom
Pane {
z: 10
padding: 16
Layout.fillWidth: true
@@ -78,6 +77,8 @@ Item {
ListView {
id: messageListView
z: -10
Layout.fillWidth: true
Layout.fillHeight: true
Layout.leftMargin: 16
@@ -127,7 +128,6 @@ Item {
}
Pane {
z: 10
padding: 16
Layout.fillWidth: true
@@ -186,7 +186,6 @@ Item {
Rectangle {
width: inputField.width * inputField.progress
height: parent.height
z: 5
color: Material.accent
opacity: 0.4
}