Skip to content
Snippets Groups Projects
Commit dbaddb01 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Further tweak text element

parent 7f3d9751
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,8 @@ TextEdit {
textFormat: TextEdit.RichText
readOnly: true
wrapMode: Text.Wrap
selectByMouse: ma.containsMouse // try to make scrollable by finger but selectable by mouse
selectByMouse: true
activeFocusOnPress: false
color: colors.text
onLinkActivated: {
......@@ -23,7 +24,6 @@ TextEdit {
id: ma
anchors.fill: parent
propagateComposedEvents: true
hoverEnabled: true
acceptedButtons: Qt.NoButton
cursorShape: parent.hoveredLink ? Qt.PointingHandCursor : Qt.ArrowCursor
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment