Add arrow to show expanded folder.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user