Use new scrollbars for scrollviews (ie text areas)

This commit is contained in:
miruka
2020-06-22 13:57:49 -04:00
parent 783a711799
commit ae37e13c6e
5 changed files with 20 additions and 5 deletions

View File

@@ -61,7 +61,7 @@ BoxPopup {
property var failedInvites: []
ScrollView {
HScrollView {
Layout.fillWidth: true
Layout.fillHeight: true

View File

@@ -21,7 +21,7 @@ BoxPopup {
property string traceback: ""
ScrollView {
HScrollView {
Layout.fillWidth: true
HTextArea {