mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 06:33:55 -06:00
Make active tab white
Contributes to issue CURA-5876.
This commit is contained in:
parent
f4950cf92b
commit
0a6e420710
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ Item
|
|||
radius: UM.Theme.getSize("default_radius").width
|
||||
border.width: UM.Theme.getSize("default_lining").width
|
||||
border.color: UM.Theme.getColor("lining")
|
||||
color: UM.Theme.getColor("secondary")
|
||||
color: UM.Theme.getColor("main_background")
|
||||
|
||||
//Remove rounding and lining at the top.
|
||||
Rectangle
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue