mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Update ReadOnlyTextArea import
Update ReadOnlyTextArea style (It's not really read only 🤔)
CURA-8979
This commit is contained in:
parent
f9814520f7
commit
59b7d20f75
2 changed files with 4 additions and 9 deletions
|
|
@ -23,13 +23,10 @@ ScrollView
|
|||
enabled: !base.readOnly
|
||||
selectByMouse: true
|
||||
|
||||
background: Rectangle
|
||||
{
|
||||
radius: UM.Theme.getSize("setting_control_radius").width
|
||||
color: textArea.enabled ? UM.Theme.getColor("setting_control") : UM.Theme.getColor("setting_control_disabled")
|
||||
}
|
||||
background: UM.UnderlineBackground { id: backgroundRectangle }
|
||||
|
||||
color: UM.Theme.getColor("text")
|
||||
selectionColor: UM.Theme.getColor("text_selection")
|
||||
font: UM.Theme.getFont("default")
|
||||
|
||||
Keys.onReturnPressed: base.editingFinished()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue