Fix sizes of icons in package card

CURA-8561
This commit is contained in:
Jaime van Kessel 2021-11-17 10:56:06 +01:00
parent 5a08ae0eab
commit d7e023c5ee
2 changed files with 3 additions and 3 deletions

View file

@ -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")