Fix timeline alignment.

square-messages
Black Hat 2019-02-05 21:31:49 +08:00
parent 70de1e3d7c
commit 1ae59cee82
1 changed files with 1 additions and 2 deletions

View File

@ -74,13 +74,13 @@ Item {
Layout.leftMargin: 16
Layout.rightMargin: 16
Layout.bottomMargin: 16
Layout.alignment: Qt.AlignHCenter
spacing: 16
AutoListView {
Layout.fillWidth: true
Layout.fillHeight: true
Layout.alignment: Qt.AlignHCenter
id: messageListView
@ -403,7 +403,6 @@ Item {
RoomPanelInput {
Layout.fillWidth: true
Layout.alignment: Qt.AlignHCenter
id: roomPanelInput
}