Skip to content

Commit b39ee5a

Browse files
viktor.sklencar@lutraconsulting.co.ukwonder-sk
viktor.sklencar@lutraconsulting.co.uk
authored andcommitted
Changed font size and wrap mode for multiline text edit.
1 parent 5f5499d commit b39ee5a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/quickgui/plugin/editor/qgsquicktextedit.qml

+3-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Item {
3636
visible: height !== 0
3737
anchors.left: parent.left
3838
anchors.right: parent.right
39-
font.pointSize: 14 * QgsQuick.Utils.dp
39+
font.pointSize: 28
4040

4141
text: value || ''
4242

@@ -72,6 +72,8 @@ Item {
7272
visible: height !== 0
7373
anchors.left: parent.left
7474
anchors.right: parent.right
75+
font.pointSize: 28
76+
wrapMode: "WordWrap"
7577

7678
text: value || ''
7779
textFormat: config['UseHtml'] ? TextEdit.RichText : TextEdit.PlainText

0 commit comments

Comments
 (0)