Make the dark theme a bit more readable

This commit is contained in:
Jaime van Kessel 2018-12-14 13:23:28 +01:00
parent c3aca8907c
commit d379f94775
3 changed files with 8 additions and 6 deletions

View file

@ -113,9 +113,11 @@ Item
}
z: tabBar.z - 1
// Don't show the border when only one extruder
border.color: tabBar.visible ? UM.Theme.getColor("lining") : "transparent"
border.width: UM.Theme.getSize("default_lining").width
color: UM.Theme.getColor("main_background")
Cura.SettingView
{
anchors