Remove horizontal scrollbar policies from Cura.ScrollableTextArea

There is no horizontal scrollbar any more so these are giving errors now.

Contributes to issue CURA-8686.
This commit is contained in:
Ghostkeeper 2022-01-28 15:27:47 +01:00
parent 8d10e1d5a7
commit fbb72d6f0a
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A
2 changed files with 0 additions and 4 deletions

View file

@ -37,8 +37,6 @@ Item
anchors.left: parent.left
anchors.right: parent.right
ScrollBar.horizontal.policy: ScrollBar.AlwaysOff
textArea.text: CuraApplication.getTextManager().getChangeLogText()
textArea.textFormat: Text.RichText
textArea.wrapMode: Text.WordWrap

View file

@ -113,8 +113,6 @@ Item
right: subpageImage.right
}
ScrollBar.horizontal.policy: ScrollBar.AlwaysOff
back_color: UM.Theme.getColor("viewport_overlay")
do_borders: false