Solved clipping of the scrollbar on different textareas
This commit is contained in:
@@ -573,19 +573,21 @@ Page {
|
||||
}
|
||||
}
|
||||
|
||||
ScrollView {
|
||||
Flickable {
|
||||
Layout.fillWidth: true
|
||||
Layout.topMargin: 5
|
||||
Layout.fillHeight: true
|
||||
ScrollBar.vertical.interactive: true
|
||||
|
||||
TextArea {
|
||||
Layout.topMargin: 5
|
||||
TextArea.flickable: TextArea {
|
||||
id: descriptionTextArea
|
||||
placeholderText: qsTr("Description")
|
||||
font.pointSize: 10
|
||||
wrapMode: TextEdit.WordWrap
|
||||
textFormat: Text.MarkdownText
|
||||
font.pointSize: 10
|
||||
readOnly: true
|
||||
}
|
||||
ScrollBar.vertical: ScrollBar {
|
||||
width: 10
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user