mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -06:00
Dark mode theme improvements
Contributes to CL-1111
This commit is contained in:
parent
1ad008f45c
commit
817899686a
16 changed files with 137 additions and 90 deletions
|
@ -115,7 +115,7 @@ Item {
|
|||
id: configChangeDetails
|
||||
Behavior on height { NumberAnimation { duration: 100 } }
|
||||
color: "transparent";
|
||||
height: visible ? UM.Theme.getSize("monitor_tab_config_override_box").height : 0;
|
||||
height: visible ? UM.Theme.getSize("monitor_config_override_box").height : 0;
|
||||
visible: false;
|
||||
width: parent.width;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue