mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fix ScrollableTextArea
CURA-6447
This commit is contained in:
parent
9cc4665db8
commit
4bd3088b58
1 changed files with 8 additions and 6 deletions
|
|
@ -15,6 +15,14 @@ ScrollView
|
||||||
{
|
{
|
||||||
property alias textArea: _textArea
|
property alias textArea: _textArea
|
||||||
|
|
||||||
|
clip: true
|
||||||
|
|
||||||
|
background: Rectangle // Border
|
||||||
|
{
|
||||||
|
border.color: UM.Theme.getColor("lining")
|
||||||
|
border.width: UM.Theme.getSize("default_lining").width
|
||||||
|
}
|
||||||
|
|
||||||
TextArea
|
TextArea
|
||||||
{
|
{
|
||||||
id: _textArea
|
id: _textArea
|
||||||
|
|
@ -22,11 +30,5 @@ ScrollView
|
||||||
textFormat: TextEdit.PlainText
|
textFormat: TextEdit.PlainText
|
||||||
renderType: Text.NativeRendering
|
renderType: Text.NativeRendering
|
||||||
selectByMouse: true
|
selectByMouse: true
|
||||||
|
|
||||||
background: Rectangle // Border
|
|
||||||
{
|
|
||||||
border.color: UM.Theme.getColor("lining")
|
|
||||||
border.width: UM.Theme.getSize("default_lining").width
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue