mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-03 07:41:18 -07:00
Decrease size of the icons in the marketplace onboarding banners
CURA-8564
This commit is contained in:
parent
8e6210fb2c
commit
5a148e459f
2 changed files with 5 additions and 3 deletions
|
|
@ -36,8 +36,8 @@ Rectangle
|
||||||
left: parent.left
|
left: parent.left
|
||||||
margins: UM.Theme.getSize("default_margin").width
|
margins: UM.Theme.getSize("default_margin").width
|
||||||
}
|
}
|
||||||
width: UM.Theme.getSize("button_icon").width
|
width: UM.Theme.getSize("banner_icon_size").width
|
||||||
height: UM.Theme.getSize("button_icon").height
|
height: UM.Theme.getSize("banner_icon_size").height
|
||||||
}
|
}
|
||||||
|
|
||||||
// Close button
|
// Close button
|
||||||
|
|
|
||||||
|
|
@ -683,6 +683,8 @@
|
||||||
"table_row": [2.0, 2.0],
|
"table_row": [2.0, 2.0],
|
||||||
|
|
||||||
"welcome_wizard_content_image_big": [18, 15],
|
"welcome_wizard_content_image_big": [18, 15],
|
||||||
"welcome_wizard_cloud_content_image": [4, 4]
|
"welcome_wizard_cloud_content_image": [4, 4],
|
||||||
|
|
||||||
|
"banner_icon_size": [2.0, 2.0]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue