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:
authorRemco Burema <r.burema@ultimaker.com>2021-06-30 18:04:55 +0300
committerRemco Burema <r.burema@ultimaker.com>2021-06-30 18:04:55 +0300
commite5d77a46d6aa3509449085b52905846ad199d49d (patch)
tree18228209fcdd6621e80f346e78e6ae85c5766c73 /resources/qml/ActionPanel
parent45977e109bd4dcc1fdb8d9b3d2e9d5ee09668203 (diff)
Remove 'roundedness' and 'shadow' from action-buttons.
Per the new UI design. Keep them as deprecated properties, so we may not need a major API/SDK increase just yet. contributes to CURA-8012
Diffstat (limited to 'resources/qml/ActionPanel')
-rw-r--r--resources/qml/ActionPanel/OutputDevicesActionButton.qml7
1 files changed, 1 insertions, 6 deletions
diff --git a/resources/qml/ActionPanel/OutputDevicesActionButton.qml b/resources/qml/ActionPanel/OutputDevicesActionButton.qml
index 6d1a1d83dd..0a49c59c77 100644
--- a/resources/qml/ActionPanel/OutputDevicesActionButton.qml
+++ b/resources/qml/ActionPanel/OutputDevicesActionButton.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2018 Ultimaker B.V.
+// Copyright (c) 2021 Ultimaker B.V.
// Cura is released under the terms of the LGPLv3 or higher.
import QtQuick 2.7
@@ -23,7 +23,6 @@ Item
id: saveToButton
height: parent.height
fixedWidthMode: true
- cornerSide: deviceSelectionMenu.visible ? Cura.RoundedRectangle.Direction.Left : Cura.RoundedRectangle.Direction.All
anchors
{
@@ -48,10 +47,6 @@ Item
id: deviceSelectionMenu
height: parent.height
- shadowEnabled: true
- shadowColor: UM.Theme.getColor("primary_shadow")
- cornerSide: Cura.RoundedRectangle.Direction.Right
-
anchors
{
top: parent.top