mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-09 07:56:22 -06:00
Formatting of inline if statement
This commit is contained in:
parent
58ca09e1c6
commit
11d7afe505
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ Button
|
|||
{
|
||||
height: button.height
|
||||
width: button.width
|
||||
color: button.hovered ? UM.Theme.getColor("background_2"): UM.Theme.getColor("background_1")
|
||||
color: button.hovered ? UM.Theme.getColor("background_2") : UM.Theme.getColor("background_1")
|
||||
}
|
||||
|
||||
// Workaround to ensure that the mnemonic highlighting happens correctly
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue