mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-04 11:14:21 +08:00
Remove background colour from tab window
The colour is the same as what is behind it anyway. Contributes to issue CURA-5876.
This commit is contained in:
parent
82e66eeaa1
commit
db05d7853a
@ -90,7 +90,6 @@ Item
|
||||
radius: tabBar.visible ? UM.Theme.getSize("default_radius").width : 0
|
||||
border.width: tabBar.visible ? UM.Theme.getSize("default_lining").width : 0
|
||||
border.color: UM.Theme.getColor("lining")
|
||||
color: UM.Theme.getColor("main_background")
|
||||
|
||||
//Remove rounding and lining at the top.
|
||||
Rectangle
|
||||
|
Loading…
x
Reference in New Issue
Block a user