Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Prado Gesto <d.pradogesto@ultimaker.com>2018-12-06 15:42:29 +0300
committerDiego Prado Gesto <d.pradogesto@ultimaker.com>2018-12-06 15:42:29 +0300
commit4b79770d58e4f3f608a1aa6b079f07b522262564 (patch)
tree2cb53de7e0aaba7ab7689f74519bfdc29ceb42c0 /resources/qml/ActionPanel/OutputDevicesActionButton.qml
parent47626f603341dc8d71688e1722f2a498763707f6 (diff)
Align the buttons in the output process widget
The menu in the output device selector has now a rounded corner.
Diffstat (limited to 'resources/qml/ActionPanel/OutputDevicesActionButton.qml')
-rw-r--r--resources/qml/ActionPanel/OutputDevicesActionButton.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/qml/ActionPanel/OutputDevicesActionButton.qml b/resources/qml/ActionPanel/OutputDevicesActionButton.qml
index 12e4ac42fd..95750e6d11 100644
--- a/resources/qml/ActionPanel/OutputDevicesActionButton.qml
+++ b/resources/qml/ActionPanel/OutputDevicesActionButton.qml
@@ -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
{