Use the I-beam cursor when hovering on chat message text field

This commit is contained in:
Shantanu Tushar
2020-12-27 19:27:58 +01:00
parent 724f10a895
commit 9d82ebb0ed

View File

@@ -314,7 +314,11 @@ ToolBar {
text: currentRoom != null ? currentRoom.cachedInput : ""
background: Item {}
background: MouseArea {
acceptedButtons: Qt.NoButton
cursorShape: Qt.IBeamCursor
z: 1
}
Rectangle {
width: currentRoom && currentRoom.hasFileUploading ? parent.width * currentRoom.fileUploadingProgress / 100 : 0