mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fix layout of buttons on profile page
CURA-2368
This commit is contained in:
parent
ab50ac0d89
commit
549766e5f6
1 changed files with 2 additions and 2 deletions
|
|
@ -167,11 +167,11 @@ UM.ManagementPage
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
}
|
}
|
||||||
|
|
||||||
Row {
|
Flow {
|
||||||
id: currentSettingsActions
|
id: currentSettingsActions
|
||||||
visible: currentItem && currentItem.id == Cura.MachineManager.activeQualityId
|
visible: currentItem && currentItem.id == Cura.MachineManager.activeQualityId
|
||||||
|
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
|
anchors.right: parent.right
|
||||||
anchors.top: profileName.bottom
|
anchors.top: profileName.bottom
|
||||||
anchors.topMargin: UM.Theme.getSize("default_margin").height
|
anchors.topMargin: UM.Theme.getSize("default_margin").height
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue