Update libqmatrixclient.
This commit is contained in:
parent
4289bd44b9
commit
4f95e1d927
|
@ -44,11 +44,7 @@ RoomPanelForm {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
goTopFab {
|
goTopFab.onClicked: messageListView.positionViewAtBeginning()
|
||||||
onClicked: messageListView.positionViewAtBeginning()
|
|
||||||
|
|
||||||
Behavior on opacity { NumberAnimation { duration: 200 } }
|
|
||||||
}
|
|
||||||
|
|
||||||
uploadButton.onClicked: currentRoom.chooseAndUploadFile()
|
uploadButton.onClicked: currentRoom.chooseAndUploadFile()
|
||||||
|
|
||||||
|
|
|
@ -159,13 +159,12 @@ Item {
|
||||||
RoundButton {
|
RoundButton {
|
||||||
width: 64
|
width: 64
|
||||||
height: 64
|
height: 64
|
||||||
|
anchors.right: parent.right
|
||||||
|
anchors.bottom: parent.bottom
|
||||||
|
|
||||||
id: goTopFab
|
id: goTopFab
|
||||||
|
|
||||||
visible: !(parent.atYEnd || messageListView.moving)
|
visible: !(messageListView.atYEnd || messageListView.moving)
|
||||||
|
|
||||||
anchors.right: parent.right
|
|
||||||
anchors.bottom: parent.bottom
|
|
||||||
|
|
||||||
contentItem: MaterialIcon {
|
contentItem: MaterialIcon {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
@ -258,7 +257,8 @@ Item {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ScrollBar.vertical: ScrollBar {}
|
ScrollBar.vertical: ScrollBar {
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 5f2b4caa9b9cd63e1652d6550ceebecdb52df424
|
Subproject commit fa6bf46d76a69b8f1b03145a5e3d643d541ce353
|
Loading…
Reference in New Issue