Align the buttons in the output process widget

The menu in the output device selector has now a rounded corner.
This commit is contained in:
Diego Prado Gesto 2018-12-06 13:42:29 +01:00
parent 47626f6033
commit 4b79770d58
4 changed files with 21 additions and 5 deletions

View file

@ -17,6 +17,7 @@ Item
id: saveToButton
height: parent.height
fixedWidthMode: true
cornerSide: deviceSelectionMenu.visible ? Cura.RoundedRectangle.Direction.Left : Cura.RoundedRectangle.Direction.All
anchors
{
@ -44,6 +45,7 @@ Item
shadowEnabled: true
shadowColor: UM.Theme.getColor("primary_shadow")
cornerSide: Cura.RoundedRectangle.Direction.Right
anchors
{