Fixed printer buttons conform UX design

Contributes to CURA-8689
This commit is contained in:
jspijker 2022-11-09 11:13:40 +01:00
parent f2147bb259
commit adf2c16360
4 changed files with 95 additions and 6 deletions

View file

@ -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")

View file

@ -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"