mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-02 23:31:42 -07:00
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:
parent
8d10e1d5a7
commit
fbb72d6f0a
2 changed files with 0 additions and 4 deletions
|
|
@ -37,8 +37,6 @@ Item
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
|
|
||||||
ScrollBar.horizontal.policy: ScrollBar.AlwaysOff
|
|
||||||
|
|
||||||
textArea.text: CuraApplication.getTextManager().getChangeLogText()
|
textArea.text: CuraApplication.getTextManager().getChangeLogText()
|
||||||
textArea.textFormat: Text.RichText
|
textArea.textFormat: Text.RichText
|
||||||
textArea.wrapMode: Text.WordWrap
|
textArea.wrapMode: Text.WordWrap
|
||||||
|
|
|
||||||
|
|
@ -113,8 +113,6 @@ Item
|
||||||
right: subpageImage.right
|
right: subpageImage.right
|
||||||
}
|
}
|
||||||
|
|
||||||
ScrollBar.horizontal.policy: ScrollBar.AlwaysOff
|
|
||||||
|
|
||||||
back_color: UM.Theme.getColor("viewport_overlay")
|
back_color: UM.Theme.getColor("viewport_overlay")
|
||||||
do_borders: false
|
do_borders: false
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue