mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 21:15:56 +08:00
Fix sizes of icons in package card
CURA-8561
This commit is contained in:
parent
5a08ae0eab
commit
d7e023c5ee
@ -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…
x
Reference in New Issue
Block a user