mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Remove redundant brackets
CURA-6959
This commit is contained in:
parent
dfba1eb102
commit
72497f48f7
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ Button
|
|||
{
|
||||
return UM.Theme.getColor("setting_category_active_hover")
|
||||
}
|
||||
else if (base.pressed || (base.expanded))
|
||||
else if (base.pressed || base.expanded)
|
||||
{
|
||||
return UM.Theme.getColor("setting_category_active")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue