mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 15:05:53 +08:00
Make the icons in the recommended window same size as the toolbar icons
CURA-8202
This commit is contained in:
parent
4583866f57
commit
6cf25aa540
@ -29,6 +29,7 @@ Item
|
||||
text: catalog.i18nc("@label", "Adhesion")
|
||||
font: UM.Theme.getFont("medium")
|
||||
width: labelColumnWidth
|
||||
iconSize: UM.Theme.getSize("toolbar_button_icon").width
|
||||
}
|
||||
|
||||
Item
|
||||
|
@ -65,6 +65,7 @@ Item
|
||||
text: catalog.i18nc("@label", "Infill") + " (%)"
|
||||
font: UM.Theme.getFont("medium")
|
||||
width: labelColumnWidth
|
||||
iconSize: UM.Theme.getSize("toolbar_button_icon").width
|
||||
}
|
||||
|
||||
Item
|
||||
|
@ -52,6 +52,7 @@ Item
|
||||
text: catalog.i18nc("@label", "Profiles")
|
||||
font: UM.Theme.getFont("medium")
|
||||
width: labelColumnWidth
|
||||
iconSize: UM.Theme.getSize("toolbar_button_icon").width
|
||||
}
|
||||
UM.SimpleButton
|
||||
{
|
||||
|
@ -30,6 +30,7 @@ Item
|
||||
text: catalog.i18nc("@label", "Support")
|
||||
font: UM.Theme.getFont("medium")
|
||||
width: labelColumnWidth
|
||||
iconSize: UM.Theme.getSize("toolbar_button_icon").width
|
||||
}
|
||||
|
||||
Item
|
||||
|
Loading…
x
Reference in New Issue
Block a user