WIP
This commit is contained in:
@@ -11,6 +11,7 @@ MenuBar {
|
|||||||
// Background for this MenuBar.
|
// Background for this MenuBar.
|
||||||
background: Rectangle {
|
background: Rectangle {
|
||||||
color: RustColors.menubar
|
color: RustColors.menubar
|
||||||
|
radius: 20.0
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -44,6 +44,7 @@ SplitView {
|
|||||||
SplitView.minimumWidth: 0
|
SplitView.minimumWidth: 0
|
||||||
SplitView.preferredWidth: 200
|
SplitView.preferredWidth: 200
|
||||||
color: RustColors.explorer_background
|
color: RustColors.explorer_background
|
||||||
|
radius: 20
|
||||||
|
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
spacing: 2
|
spacing: 2
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ Rectangle {
|
|||||||
} else if (hovered) {
|
} else if (hovered) {
|
||||||
return RustColors.hovered;
|
return RustColors.hovered;
|
||||||
} else {
|
} else {
|
||||||
return RustColors.gutter;
|
return "black";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
required property bool hovered
|
required property bool hovered
|
||||||
|
|||||||
@@ -107,7 +107,7 @@ impl qobject::FileSystem {
|
|||||||
|
|
||||||
append_highlighted_html_for_styled_line(
|
append_highlighted_html_for_styled_line(
|
||||||
®ions[..],
|
®ions[..],
|
||||||
IncludeBackground::Yes,
|
IncludeBackground::No,
|
||||||
&mut output,
|
&mut output,
|
||||||
)
|
)
|
||||||
.expect("Failed to insert highlighted html");
|
.expect("Failed to insert highlighted html");
|
||||||
|
|||||||
Reference in New Issue
Block a user