Browse Source

Fix layout of buttons on profile page

CURA-2368
fieldOfView 8 years ago
parent
commit
549766e5f6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      resources/qml/Preferences/ProfilesPage.qml

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

@@ -167,11 +167,11 @@ UM.ManagementPage
             elide: Text.ElideRight
         }
 
-        Row {
+        Flow {
             id: currentSettingsActions
             visible: currentItem && currentItem.id == Cura.MachineManager.activeQualityId
-
             anchors.left: parent.left
+            anchors.right: parent.right
             anchors.top: profileName.bottom
             anchors.topMargin: UM.Theme.getSize("default_margin").height