mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 18:39:07 +08:00
Remove redundant brackets
CURA-6959
This commit is contained in:
parent
dfba1eb102
commit
72497f48f7
@ -34,7 +34,7 @@ Button
|
|||||||
{
|
{
|
||||||
return UM.Theme.getColor("setting_category_active_hover")
|
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")
|
return UM.Theme.getColor("setting_category_active")
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user