mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Fix sizes of icons in package card
CURA-8561
This commit is contained in:
parent
5a08ae0eab
commit
d7e023c5ee
2 changed files with 3 additions and 3 deletions
|
@ -148,8 +148,8 @@ Rectangle
|
|||
{
|
||||
id: externalLinkButton
|
||||
|
||||
Layout.preferredWidth: packageVersionLabel.height
|
||||
Layout.preferredHeight: packageVersionLabel.height
|
||||
Layout.preferredWidth: UM.Theme.getSize("card_tiny_icon").width
|
||||
Layout.preferredHeight: UM.Theme.getSize("card_tiny_icon").height
|
||||
Layout.alignment: Qt.AlignTop
|
||||
iconSource: UM.Theme.getIcon("LinkExternal")
|
||||
hoverColor: UM.Theme.getColor("text_link")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue