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-31 17:59:15 +0300
committerJaime van Kessel <nallath@gmail.com>2022-03-31 17:59:15 +0300
commit814b706641a0bb4384ce155f9d4829f3601af879 (patch)
treea94b863add45874e091b6210de730c9e914ad30d /resources/qml/Cura.qml
parent2c09c83896f218377493e457bed00f8b1f1fa12d (diff)
Re-add header background
Diffstat (limited to 'resources/qml/Cura.qml')
-rw-r--r--resources/qml/Cura.qml25
1 files changed, 3 insertions, 22 deletions
diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml
index 7f6c49cbb1..b694affae2 100644
--- a/resources/qml/Cura.qml
+++ b/resources/qml/Cura.qml
@@ -170,30 +170,11 @@ UM.MainWindow
}
height: stageMenu.source != "" ? Math.round(mainWindowHeader.height + stageMenu.height / 2) : mainWindowHeader.height
- /*LinearGradient
+ Rectangle
{
anchors.fill: parent
- start: Qt.point(0, 0)
- end: Qt.point(parent.width, 0)
- gradient: Gradient
- {
- GradientStop
- {
- position: 0.0
- color: UM.Theme.getColor("main_window_header_background")
- }
- GradientStop
- {
- position: 0.5
- color: UM.Theme.getColor("main_window_header_background_gradient")
- }
- GradientStop
- {
- position: 1.0
- color: UM.Theme.getColor("main_window_header_background")
- }
- }
- }*/
+ color: UM.Theme.getColor("main_window_header_background")
+ }
// This is a placeholder for adding a pattern in the header
Image