diff --git a/resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml b/resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml
index 27da8444bf..c76979fecf 100644
--- a/resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml
+++ b/resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml
@@ -51,7 +51,6 @@ Control
{
id: ultimakerPrinterCard
Layout.alignment: Qt.AlignBottom
- borderHeight: thrirdPartyPrinterCard.height
onClicked: goToUltimakerPrinter
text: catalog.i18nc("@button", "Ultimaker printer")
imageSource: UM.Theme.getImage("ultimaker_printer")
diff --git a/resources/qml/WelcomePages/PrinterCard.qml b/resources/qml/WelcomePages/PrinterCard.qml
index 406da371ce..8d0cc0dd06 100644
--- a/resources/qml/WelcomePages/PrinterCard.qml
+++ b/resources/qml/WelcomePages/PrinterCard.qml
@@ -13,7 +13,6 @@ Control
id: root
property alias text: link_text.text
property alias imageSource: image.source
- property alias borderHeight: background.height
property var onClicked
states:
@@ -50,7 +49,6 @@ Control
background: Rectangle
{
id: background
- anchors.bottom: column.bottom
height: parent.height
border.color: UM.Theme.getColor("primary_button")
color: "transparent"
diff --git a/resources/themes/cura-light/images/third_party_printer.svg b/resources/themes/cura-light/images/third_party_printer.svg
index d2444d2d28..14e73c2d9e 100644
--- a/resources/themes/cura-light/images/third_party_printer.svg
+++ b/resources/themes/cura-light/images/third_party_printer.svg
@@ -1,2 +1,60 @@
-
+
diff --git a/resources/themes/cura-light/images/ultimaker_printer.svg b/resources/themes/cura-light/images/ultimaker_printer.svg
index f2184d4bd1..e65682fe53 100644
--- a/resources/themes/cura-light/images/ultimaker_printer.svg
+++ b/resources/themes/cura-light/images/ultimaker_printer.svg
@@ -1 +1,35 @@
-
+