mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Further tweak text element
This commit is contained in:
parent
7f3d97517f
commit
dbaddb0165
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue