mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 04:54:04 -06:00
Remove unused styles
This commit is contained in:
parent
309061ce31
commit
14b460a626
3 changed files with 3 additions and 122 deletions
|
@ -29,7 +29,7 @@ Button
|
|||
}
|
||||
else if (base.checked)
|
||||
{
|
||||
return "red" //UM.Theme.getColor("toolbar_button_active")
|
||||
return UM.Theme.getColor("toolbar_button_active")
|
||||
}
|
||||
else if(base.hovered)
|
||||
{
|
||||
|
@ -81,6 +81,7 @@ Button
|
|||
|
||||
contentItem: Item
|
||||
{
|
||||
opacity: parent.enabled ? 1.0 : 0.2
|
||||
Loader
|
||||
{
|
||||
id: contentItemLoader
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue