From 549766e5f65a56f2c27952b9a1d29ff6c86a736a Mon Sep 17 00:00:00 2001 From: fieldOfView Date: Wed, 14 Sep 2016 14:15:34 +0200 Subject: [PATCH] Fix layout of buttons on profile page CURA-2368 --- resources/qml/Preferences/ProfilesPage.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/qml/Preferences/ProfilesPage.qml b/resources/qml/Preferences/ProfilesPage.qml index 65f6626378..87597ae205 100644 --- a/resources/qml/Preferences/ProfilesPage.qml +++ b/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