Browse Source

Fix spacing between update & discard actions

CURA-9023
Jaime van Kessel 3 years ago
parent
commit
84bb4790f8
1 changed files with 2 additions and 1 deletions
  1. 2 1
      resources/qml/Preferences/ProfilesPage.qml

+ 2 - 1
resources/qml/Preferences/ProfilesPage.qml

@@ -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.")