mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 15:29:02 +08:00
Increase size of print button for selector card
CURA-9278
This commit is contained in:
parent
681d33de81
commit
614ab8ee7a
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user