mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 10:17:52 -06:00
Update settings visibility pages to have correct background color on categories
CURA-8688
This commit is contained in:
parent
b3c9a98879
commit
330b3f8119
2 changed files with 7 additions and 3 deletions
|
@ -11,7 +11,9 @@ import ".."
|
|||
Button {
|
||||
id: base;
|
||||
|
||||
background: Item {}
|
||||
background: Rectangle {
|
||||
color: UM.Theme.getColor("background_3")
|
||||
}
|
||||
|
||||
contentItem: Row
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue