mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-18 17:55:56 +08:00
Added a tiny bit of spacing between machine action buttons
This commit is contained in:
parent
433d45cdae
commit
8e4f650746
@ -89,6 +89,10 @@ UM.ManagementPage
|
||||
id: machineActionRepeater
|
||||
model: base.currentItem ? Cura.MachineActionManager.getSupportedActions(Cura.MachineManager.getDefinitionByMachineId(base.currentItem.id)) : null
|
||||
|
||||
Item
|
||||
{
|
||||
width: childrenRect.width + 2
|
||||
height: childrenRect.height
|
||||
Button
|
||||
{
|
||||
text: machineActionRepeater.model[index].label
|
||||
@ -102,6 +106,7 @@ UM.ManagementPage
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
UM.Dialog
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user