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>2022-03-30 18:08:59 +0300
committerJaime van Kessel <nallath@gmail.com>2022-03-30 18:08:59 +0300
commitd240feb78a777dcd06f0594593abf3b32de63258 (patch)
tree2fdf68dc78126b159563b1c3a8f305c17726ee8a /resources/qml/Cura.qml
parent4f70d34631e8075d1f23888439355683bbde97a1 (diff)
Removing shit until works.
Diffstat (limited to 'resources/qml/Cura.qml')
-rw-r--r--resources/qml/Cura.qml8
1 files changed, 4 insertions, 4 deletions
diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml
index e4a8a9ee48..8a04623bf1 100644
--- a/resources/qml/Cura.qml
+++ b/resources/qml/Cura.qml
@@ -170,7 +170,7 @@ UM.MainWindow
}
height: stageMenu.source != "" ? Math.round(mainWindowHeader.height + stageMenu.height / 2) : mainWindowHeader.height
- LinearGradient
+ /*LinearGradient
{
anchors.fill: parent
start: Qt.point(0, 0)
@@ -193,7 +193,7 @@ UM.MainWindow
color: UM.Theme.getColor("main_window_header_background")
}
}
- }
+ }*/
// This is a placeholder for adding a pattern in the header
Image
@@ -207,7 +207,7 @@ UM.MainWindow
}
}
- MainWindowHeader
+ /*MainWindowHeader
{
id: mainWindowHeader
anchors
@@ -216,7 +216,7 @@ UM.MainWindow
right: parent.right
top: applicationMenu.bottom
}
- }
+ }*/
Item
{