mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-24 03:11:03 -07:00
Small code style issues
Contributes to issue CURA-5035.
This commit is contained in:
parent
1d11fe0506
commit
3934f6f1b3
2 changed files with 4 additions and 4 deletions
|
|
@ -30,11 +30,11 @@ Button
|
|||
text: control.text
|
||||
color:
|
||||
{
|
||||
if( control.hovered )
|
||||
if(control.hovered)
|
||||
{
|
||||
return UM.Theme.getColor("topbar_button_text_hovered");
|
||||
}
|
||||
if( control.active )
|
||||
if(control.active)
|
||||
{
|
||||
return UM.Theme.getColor("topbar_button_text_active");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue