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:
authorJaime van Kessel <nallath@gmail.com>2018-11-13 18:40:51 +0300
committerJaime van Kessel <nallath@gmail.com>2018-11-13 18:40:51 +0300
commit551bc2fbd41984a4ca11a4d42a49be04736f5e9b (patch)
tree65d57f3518148ea97f62a0903ba394b01734ea8b /plugins/PrepareStage/PrepareMenu.qml
parentb83175a380e170a71e8b6cdfae0235a4777e9c44 (diff)
Removed line around the headerbar
I was checking an old design, the new one doesn't have a line around it CURA-5785
Diffstat (limited to 'plugins/PrepareStage/PrepareMenu.qml')
-rw-r--r--plugins/PrepareStage/PrepareMenu.qml5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/PrepareStage/PrepareMenu.qml b/plugins/PrepareStage/PrepareMenu.qml
index 7006545204..ac43fd5634 100644
--- a/plugins/PrepareStage/PrepareMenu.qml
+++ b/plugins/PrepareStage/PrepareMenu.qml
@@ -40,8 +40,7 @@ Item
{
id: itemRowBackground
radius: UM.Theme.getSize("default_radius").width
- border.width: UM.Theme.getSize("default_lining").width
- border.color: UM.Theme.getColor("lining")
+
color: UM.Theme.getColor("toolbar_background")
width: itemRow.width + UM.Theme.getSize("default_margin").width
@@ -57,7 +56,7 @@ Item
anchors.centerIn: parent
width: 0.9 * prepareMenu.width
- height: parent.height - 2 * UM.Theme.getSize("default_lining").width
+ height: parent.height
Cura.MachineSelector
{