mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-02 23:31:42 -07:00
Make the dark theme a bit more readable
This commit is contained in:
parent
c3aca8907c
commit
d379f94775
3 changed files with 8 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue