Small UI tweaks && bug fixes.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user