Skip to content

Commit a459c1a

Browse files
committed
src/qml/controls/subtitletext: set render type to qt rendering
Set the renderType to TextEdit.QtRendering. This may look better/more consistent with the rendering for PathText leading to better outcomes when it comes to positioning.
1 parent d117028 commit a459c1a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/qml/controls/SubtitleText.qml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ Item {
208208
selectByKeyboard: false
209209
selectionColor: MementoPalette.highlight
210210
wrapMode: TextEdit.NoWrap
211+
renderType: TextEdit.QtRendering
211212
text: modelData.text
212213

213214
Connections {

0 commit comments

Comments
 (0)