mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 03:29:00 +08: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
@ -83,7 +83,7 @@ Item
|
|||||||
model: packageData.supported_configs
|
model: packageData.supported_configs
|
||||||
headerDelegate: Rectangle
|
headerDelegate: Rectangle
|
||||||
{
|
{
|
||||||
color: UM.Theme.getColor("sidebar")
|
color: UM.Theme.getColor("main_background")
|
||||||
height: UM.Theme.getSize("toolbox_chart_row").height
|
height: UM.Theme.getSize("toolbox_chart_row").height
|
||||||
Label
|
Label
|
||||||
{
|
{
|
||||||
|
@ -13,7 +13,7 @@ Component {
|
|||||||
property var shadowRadius: UM.Theme.getSize("monitor_shadow_radius").width;
|
property var shadowRadius: UM.Theme.getSize("monitor_shadow_radius").width;
|
||||||
property var cornerRadius: UM.Theme.getSize("monitor_corner_radius").width;
|
property var cornerRadius: UM.Theme.getSize("monitor_corner_radius").width;
|
||||||
anchors.fill: parent;
|
anchors.fill: parent;
|
||||||
color: UM.Theme.getColor("sidebar");
|
color: UM.Theme.getColor("main_background");
|
||||||
visible: OutputDevice != null;
|
visible: OutputDevice != null;
|
||||||
|
|
||||||
UM.I18nCatalog {
|
UM.I18nCatalog {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user