Increase size of print button for selector card

CURA-9278
This commit is contained in:
Jaime van Kessel 2022-09-16 14:30:06 +02:00
parent 681d33de81
commit 614ab8ee7a
No known key found for this signature in database
GPG key ID: C85F7A3AF1BAA7C4

View file

@ -112,7 +112,7 @@ Rectangle
{
id: printButton
implicitWidth: UM.Theme.getSize("medium_button").width
implicitWidth: UM.Theme.getSize("large_button").width
implicitHeight: implicitWidth
Layout.alignment: Qt.AlignTop
padding: 0
@ -131,7 +131,7 @@ Rectangle
anchors.centerIn: parent
source: UM.Theme.getIcon("Printer")
color: UM.Theme.getColor("border_accent_1")
width: UM.Theme.getSize("small_button_icon").width
width: UM.Theme.getSize("medium_button_icon").width
height: width
}
}