mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 15:25:58 +08:00
Decrease size of the icons in the marketplace onboarding banners
CURA-8564
This commit is contained in:
parent
b07b5d5bc4
commit
52c8e6b217
@ -36,8 +36,8 @@ Rectangle
|
||||
left: parent.left
|
||||
margins: UM.Theme.getSize("default_margin").width
|
||||
}
|
||||
width: UM.Theme.getSize("button_icon").width
|
||||
height: UM.Theme.getSize("button_icon").height
|
||||
width: UM.Theme.getSize("banner_icon_size").width
|
||||
height: UM.Theme.getSize("banner_icon_size").height
|
||||
}
|
||||
|
||||
// Close button
|
||||
|
@ -684,6 +684,8 @@
|
||||
"table_row": [2.0, 2.0],
|
||||
|
||||
"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…
x
Reference in New Issue
Block a user