mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07: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
|
id: externalLinkButton
|
||||||
|
|
||||||
Layout.preferredWidth: packageVersionLabel.height
|
Layout.preferredWidth: UM.Theme.getSize("card_tiny_icon").width
|
||||||
Layout.preferredHeight: packageVersionLabel.height
|
Layout.preferredHeight: UM.Theme.getSize("card_tiny_icon").height
|
||||||
Layout.alignment: Qt.AlignTop
|
Layout.alignment: Qt.AlignTop
|
||||||
iconSource: UM.Theme.getIcon("LinkExternal")
|
iconSource: UM.Theme.getIcon("LinkExternal")
|
||||||
hoverColor: UM.Theme.getColor("text_link")
|
hoverColor: UM.Theme.getColor("text_link")
|
||||||
|
|
|
||||||
|
|
@ -556,7 +556,7 @@
|
||||||
|
|
||||||
"card": [25.0, 8.75],
|
"card": [25.0, 8.75],
|
||||||
"card_icon": [6.0, 6.0],
|
"card_icon": [6.0, 6.0],
|
||||||
"card_tiny_icon": [1.2, 1.2],
|
"card_tiny_icon": [1.5, 1.5],
|
||||||
|
|
||||||
"button": [4, 4],
|
"button": [4, 4],
|
||||||
"button_icon": [2.5, 2.5],
|
"button_icon": [2.5, 2.5],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue