mirror of
https://github.com/tnodir/fort
synced 2024-11-15 09:17:28 +00:00
UI: Workaround for QTBUG-72536.
This commit is contained in:
parent
dd4a17027d
commit
46c8a34e47
@ -13,6 +13,8 @@ Frame {
|
||||
ScrollView {
|
||||
anchors.fill: parent
|
||||
|
||||
contentHeight: textArea.implicitHeight // Workaround for QTBUG-72536
|
||||
|
||||
TextArea {
|
||||
id: textArea
|
||||
clip: true // to clip placeholder text
|
||||
|
Loading…
Reference in New Issue
Block a user