Input: fix cursor shape, should be 'Qt.IBeamCursor'

pull/2/head
xiphon 5 years ago
parent 2f5c47e95f
commit 1dc45bad87

@ -47,6 +47,7 @@ TextField {
}
MoneroComponents.ContextMenu {
cursorShape: Qt.IBeamCursor
onPaste: {
textField.clear();
textField.paste();

@ -70,6 +70,7 @@ TextArea {
}
MoneroComponents.ContextMenu {
cursorShape: Qt.IBeamCursor
onPaste: {
textArea.clear();
textArea.paste();