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:
Diego Prado Gesto 2018-11-20 13:25:15 +01:00
parent 20285f26d6
commit fab0d5a4b7
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ Component {
property var shadowRadius: UM.Theme.getSize("monitor_shadow_radius").width;
property var cornerRadius: UM.Theme.getSize("monitor_corner_radius").width;
anchors.fill: parent;
color: UM.Theme.getColor("sidebar");
color: UM.Theme.getColor("main_background");
visible: OutputDevice != null;
UM.I18nCatalog {