mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 01:29:00 +08:00
Use text wrapping so it's scrollable in Qt 5.12
I don't know if it's really in Qt 5.12 or maybe it's the Ubuntu implementation or whatever. But this works for me now. Contributes to issue CURA-6434.
This commit is contained in:
parent
7258ad8dc2
commit
15fae58d9b
@ -90,6 +90,7 @@ Window
|
|||||||
|
|
||||||
textArea.text: manager.getExampleData()
|
textArea.text: manager.getExampleData()
|
||||||
textArea.textFormat: Text.RichText
|
textArea.textFormat: Text.RichText
|
||||||
|
textArea.wrapMode: Text.Wrap
|
||||||
textArea.readOnly: true
|
textArea.readOnly: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user