mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -06:00
Increase size of print button for selector card
CURA-9278
This commit is contained in:
parent
681d33de81
commit
614ab8ee7a
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue