Make GCode TextField scrollable

CURA-6057
This commit is contained in:
Lipu Fei 2019-04-04 14:18:51 +02:00
parent 2e50c19949
commit 06f427ef46

View file

@ -44,15 +44,18 @@ UM.TooltipArea
renderType: Text.NativeRendering
}
TextArea
ScrollView
{
id: gcodeTextArea
anchors.top: titleLabel.bottom
anchors.topMargin: UM.Theme.getSize("default_margin").height
anchors.bottom: parent.bottom
anchors.left: parent.left
anchors.right: parent.right
TextArea
{
id: gcodeTextArea
hoverEnabled: true
selectByMouse: true
@ -86,3 +89,4 @@ UM.TooltipArea
}
}
}
}