gui #17

Merged
shaunrd0 merged 41 commits from gui into main 2026-02-08 21:25:05 +00:00
Showing only changes of commit 6ed4ca11f4 - Show all commits

View File

@@ -51,7 +51,7 @@ TreeView {
background: Rectangle { background: Rectangle {
color: current ? RustColors.explorer_folder_open : "transparent" color: current ? RustColors.explorer_folder_open : "transparent"
radius: 20 radius: 20
width: root.width - 15 width: root.width
} }
// Item name. // Item name.
contentItem: Text { contentItem: Text {