diff --git a/ui/topbar.slint b/ui/topbar.slint index 98c1255..e5e93af 100644 --- a/ui/topbar.slint +++ b/ui/topbar.slint @@ -112,18 +112,16 @@ export component TopBar inherits Window { y: 0px; width: 100%; height: 100%; - //alignment: space-between; // Left side Rectangle { width: parent.width/3; - background: #46adbb79; HorizontalLayout { alignment: start; // Left-align padding-left: 4px; padding-right: 4px; - // CUrrent Window Title + // Current Window Title Text { text: root.current_window_title; vertical-alignment: center; @@ -135,7 +133,6 @@ export component TopBar inherits Window { // Middle Rectangle { - background: #5d8b3c79; width: parent.width/3; HorizontalLayout { alignment: center; // Right-align @@ -150,7 +147,6 @@ export component TopBar inherits Window { // Right side Rectangle { - background: #c2779a7a; width: parent.width/3; HorizontalLayout {