diff --git a/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml b/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml index 3d511e3250..4359e4eac7 100644 --- a/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml +++ b/resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml @@ -44,7 +44,6 @@ Rectangle width: Math.round(parent.width / 2) printCoreConfiguration: modelData } - Component.onCompleted: {print("ELEMENTOS:", repeater.model.count)} } } @@ -69,11 +68,11 @@ Rectangle id: buildplateIcon anchors.left: parent.left anchors.verticalCenter: parent.verticalCenter - width: UM.Theme.getSize("standard_arrow").width - height: UM.Theme.getSize("standard_arrow").height + width: UM.Theme.getSize("topbar_button_icon").width + height: UM.Theme.getSize("topbar_button_icon").height sourceSize.width: width sourceSize.height: height - source: UM.Theme.getIcon("extruder_button") + source: UM.Theme.getIcon("buildplate") color: "black" } diff --git a/resources/qml/Menus/ConfigurationMenu/PrintCoreConfiguration.qml b/resources/qml/Menus/ConfigurationMenu/PrintCoreConfiguration.qml index 8155842349..7b64ab61ac 100644 --- a/resources/qml/Menus/ConfigurationMenu/PrintCoreConfiguration.qml +++ b/resources/qml/Menus/ConfigurationMenu/PrintCoreConfiguration.qml @@ -28,7 +28,7 @@ Column elide: Text.ElideRight anchors.verticalCenter: parent.verticalCenter anchors.left: parent.left - font: UM.Theme.getFont("small") + font: UM.Theme.getFont("default") } // Rounded item to show the extruder number @@ -58,7 +58,7 @@ Column id: extruderNumberText anchors.centerIn: parent text: printCoreConfiguration.position + 1 - font: UM.Theme.getFont("small") + font: UM.Theme.getFont("default") } } } @@ -69,14 +69,15 @@ Column text: printCoreConfiguration.material elide: Text.ElideRight width: parent.width - font: UM.Theme.getFont("small") + font: UM.Theme.getFont("default_bold") } + Label { id: printCoreTypeLabel text: printCoreConfiguration.hotendID elide: Text.ElideRight width: parent.width - font: UM.Theme.getFont("very_small") + font: UM.Theme.getFont("default") } } diff --git a/resources/themes/cura-light/icons/buildplate.svg b/resources/themes/cura-light/icons/buildplate.svg new file mode 100644 index 0000000000..9e61296958 --- /dev/null +++ b/resources/themes/cura-light/icons/buildplate.svg @@ -0,0 +1,17 @@ + + + + icn_buildplate + Created with Sketch. + + + + + + + + + + + + \ No newline at end of file