mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-24 03:11:03 -07:00
Don't stretch in height and adhere border to UX design
Contributes to CURA-8689
This commit is contained in:
parent
00bdd9d72c
commit
f0966b1c57
2 changed files with 7 additions and 3 deletions
|
|
@ -50,6 +50,8 @@ Control
|
|||
PrinterCard
|
||||
{
|
||||
id: ultimakerPrinterCard
|
||||
Layout.alignment: Qt.AlignBottom
|
||||
borderHeight: thrirdPartyPrinterCard.height
|
||||
onClicked: goToUltimakerPrinter
|
||||
text: catalog.i18nc("@button", "Ultimaker printer")
|
||||
imageSource: UM.Theme.getImage("ultimaker_printer")
|
||||
|
|
@ -58,6 +60,7 @@ Control
|
|||
PrinterCard
|
||||
{
|
||||
id: thrirdPartyPrinterCard
|
||||
Layout.alignment: Qt.AlignBottom
|
||||
onClicked: goToThirdPartyPrinter
|
||||
text: catalog.i18nc("@button", "Non Ultimaker printer")
|
||||
imageSource: UM.Theme.getImage("third_party_printer")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue