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;
|
y: 0px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
//alignment: space-between;
|
|
||||||
|
|
||||||
// Left side
|
// Left side
|
||||||
Rectangle {
|
Rectangle {
|
||||||
width: parent.width/3;
|
width: parent.width/3;
|
||||||
background: #46adbb79;
|
|
||||||
HorizontalLayout {
|
HorizontalLayout {
|
||||||
alignment: start; // Left-align
|
alignment: start; // Left-align
|
||||||
padding-left: 4px;
|
padding-left: 4px;
|
||||||
padding-right: 4px;
|
padding-right: 4px;
|
||||||
|
|
||||||
// CUrrent Window Title
|
// Current Window Title
|
||||||
Text {
|
Text {
|
||||||
text: root.current_window_title;
|
text: root.current_window_title;
|
||||||
vertical-alignment: center;
|
vertical-alignment: center;
|
||||||
@ -135,7 +133,6 @@ export component TopBar inherits Window {
|
|||||||
|
|
||||||
// Middle
|
// Middle
|
||||||
Rectangle {
|
Rectangle {
|
||||||
background: #5d8b3c79;
|
|
||||||
width: parent.width/3;
|
width: parent.width/3;
|
||||||
HorizontalLayout {
|
HorizontalLayout {
|
||||||
alignment: center; // Right-align
|
alignment: center; // Right-align
|
||||||
@ -150,7 +147,6 @@ export component TopBar inherits Window {
|
|||||||
|
|
||||||
// Right side
|
// Right side
|
||||||
Rectangle {
|
Rectangle {
|
||||||
background: #c2779a7a;
|
|
||||||
width: parent.width/3;
|
width: parent.width/3;
|
||||||
|
|
||||||
HorizontalLayout {
|
HorizontalLayout {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user