Fix layer mode combobox hover not transparent

This commit is contained in:
ChrisTerBeke 2017-09-12 09:45:45 +02:00
parent 7cc8656be3
commit 670d1784c4
2 changed files with 2 additions and 1 deletions

View File

@ -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;

View File

@ -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],