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:
Ghostkeeper 2018-12-03 09:04:35 +01:00
parent 82e66eeaa1
commit db05d7853a
No known key found for this signature in database
GPG Key ID: 86BEF881AE2CF276

View File

@ -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