mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fix layer mode combobox hover not transparent
This commit is contained in:
parent
7cc8656be3
commit
670d1784c4
2 changed files with 2 additions and 1 deletions
|
|
@ -614,7 +614,7 @@ QtObject {
|
|||
implicitHeight: Theme.getSize("setting_control").height;
|
||||
implicitWidth: Theme.getSize("setting_control").width;
|
||||
|
||||
color: (control.hovered || control._hovered) ? Theme.getColor("setting_control_highlight") : Theme.getColor("setting_control");
|
||||
color: Theme.getColor("setting_control")
|
||||
Behavior on color { ColorAnimation { duration: 50; } }
|
||||
|
||||
border.width: Theme.getSize("default_lining").width;
|
||||
|
|
|
|||
|
|
@ -357,6 +357,7 @@
|
|||
"tooltip_margins": [1.0, 1.0],
|
||||
"tooltip_arrow_margins": [2.0, 2.0],
|
||||
|
||||
|
||||
"save_button_text_margin": [0.3, 0.6],
|
||||
"save_button_save_to_button": [0.3, 2.7],
|
||||
"save_button_specs_icons": [1.4, 1.4],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue