mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 05:09:00 +08:00
Formatting of inline if statement
This commit is contained in:
parent
58ca09e1c6
commit
11d7afe505
@ -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…
x
Reference in New Issue
Block a user