Update libqmatrixclient.
This commit is contained in:
@@ -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 {
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Submodule include/libqmatrixclient updated: 5f2b4caa9b...fa6bf46d76
Reference in New Issue
Block a user