mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 01:25:51 +08: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
@ -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…
x
Reference in New Issue
Block a user