mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06:00
Swap ReadOnlyTextfield to controls 2
CURA-8685
This commit is contained in:
parent
a20dac4c9b
commit
da96cb833c
2 changed files with 11 additions and 17 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
import QtQuick 2.1
|
||||
import QtQuick.Controls 2.15
|
||||
import UM 1.5 as UM
|
||||
|
||||
ScrollView
|
||||
{
|
||||
|
@ -26,7 +27,7 @@ ScrollView
|
|||
background: Rectangle
|
||||
{
|
||||
radius: UM.Theme.getSize("setting_control_radius").width
|
||||
color: enabled ? UM.Theme.getColor("setting_control_disabled") : UM.Theme.getColor("setting_control")
|
||||
color: textArea.enabled ? UM.Theme.getColor("setting_control") : UM.Theme.getColor("setting_control_disabled")
|
||||
}
|
||||
|
||||
color: UM.Theme.getColor("text")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue