mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 20:28:01 -06:00
Rename the color of the sidebar to main_background, since it was deleted
but not updated in the usages. Contributes to CURA-5785.
This commit is contained in:
parent
20285f26d6
commit
fab0d5a4b7
2 changed files with 2 additions and 2 deletions
|
@ -83,7 +83,7 @@ Item
|
|||
model: packageData.supported_configs
|
||||
headerDelegate: Rectangle
|
||||
{
|
||||
color: UM.Theme.getColor("sidebar")
|
||||
color: UM.Theme.getColor("main_background")
|
||||
height: UM.Theme.getSize("toolbox_chart_row").height
|
||||
Label
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue