Compare commits
1 Commits
a63acb18fc
...
1b60947177
| Author | SHA1 | Date | |
|---|---|---|---|
| 1b60947177 |
@@ -11,7 +11,6 @@ MenuBar {
|
||||
// Background for this MenuBar.
|
||||
background: Rectangle {
|
||||
color: RustColors.menubar
|
||||
radius: 20.0
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
@@ -44,7 +44,6 @@ SplitView {
|
||||
SplitView.minimumWidth: 0
|
||||
SplitView.preferredWidth: 200
|
||||
color: RustColors.explorer_background
|
||||
radius: 20
|
||||
|
||||
ColumnLayout {
|
||||
spacing: 2
|
||||
|
||||
@@ -16,7 +16,7 @@ Rectangle {
|
||||
} else if (hovered) {
|
||||
return RustColors.hovered;
|
||||
} else {
|
||||
return "black";
|
||||
return RustColors.gutter;
|
||||
}
|
||||
}
|
||||
required property bool hovered
|
||||
|
||||
Reference in New Issue
Block a user