mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Merge pull request #11981 from Ultimaker/CURA-9194_tiny_marketplace_icon
[CURA-9194] Tiny marketplace icon
This commit is contained in:
commit
81a170fb7b
1 changed files with 2 additions and 2 deletions
|
|
@ -119,8 +119,8 @@ Item
|
||||||
topPadding: UM.Theme.getSize("narrow_margin").width
|
topPadding: UM.Theme.getSize("narrow_margin").width
|
||||||
bottomPadding: UM.Theme.getSize("narrow_margin").width
|
bottomPadding: UM.Theme.getSize("narrow_margin").width
|
||||||
|
|
||||||
Layout.preferredWidth: UM.Theme.getSize("card_tiny_icon").width + 2 * padding
|
width: UM.Theme.getSize("card_tiny_icon").width + 2 * padding
|
||||||
Layout.preferredHeight: UM.Theme.getSize("card_tiny_icon").width + 2 * padding
|
height: UM.Theme.getSize("card_tiny_icon").width + 2 * padding
|
||||||
contentItem: UM.ColorImage
|
contentItem: UM.ColorImage
|
||||||
{
|
{
|
||||||
source: UM.Theme.getIcon("LinkExternal")
|
source: UM.Theme.getIcon("LinkExternal")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue