mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-11 00:37:50 -06: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
1 changed files with 0 additions and 1 deletions
|
@ -90,7 +90,6 @@ Item
|
||||||
radius: tabBar.visible ? UM.Theme.getSize("default_radius").width : 0
|
radius: tabBar.visible ? UM.Theme.getSize("default_radius").width : 0
|
||||||
border.width: tabBar.visible ? UM.Theme.getSize("default_lining").width : 0
|
border.width: tabBar.visible ? UM.Theme.getSize("default_lining").width : 0
|
||||||
border.color: UM.Theme.getColor("lining")
|
border.color: UM.Theme.getColor("lining")
|
||||||
color: UM.Theme.getColor("main_background")
|
|
||||||
|
|
||||||
//Remove rounding and lining at the top.
|
//Remove rounding and lining at the top.
|
||||||
Rectangle
|
Rectangle
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue