Add arrow to show expanded folder.

This commit is contained in:
2026-02-07 12:42:56 -05:00
parent 4aad91416e
commit c0f38b531d
3 changed files with 16 additions and 7 deletions

View File

@@ -10,7 +10,6 @@ import clide.module 1.0
MenuBar {
// Background for this MenuBar.
background: Rectangle {
border.color: RustColors.explorer_background
color: RustColors.menubar
}
@@ -169,6 +168,7 @@ MenuBar {
component ClideMenu: Menu {
background: Rectangle {
color: RustColors.explorer_background
border.color: Qt.darker(RustColors.menubar, 2)
implicitWidth: 100
radius: 2
}