Fix spacing between update & discard actions

CURA-9023
This commit is contained in:
Jaime van Kessel 2022-03-09 16:28:26 +01:00
parent a285e39799
commit 84bb4790f8

View file

@ -316,13 +316,14 @@ UM.ManagementPage
elide: Text.ElideRight
}
Flow
{
id: currentSettingsActions
width: parent.width
visible: base.hasCurrentItem && base.currentItem.name == Cura.MachineManager.activeQualityOrQualityChangesName && base.currentItem.intent_category == Cura.MachineManager.activeIntentCategory
spacing: UM.Theme.getSize("default_margin").width
Cura.SecondaryButton
{
text: catalog.i18nc("@action:button", "Update profile.")