Minor fixes
- Remove placeholder bg colors - Remove commented out code
This commit is contained in:
parent
b679952b88
commit
6bfe4d0e69
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user