Fix width for file tree selection.

This commit is contained in:
2026-02-08 15:21:06 -05:00
parent 41fab2847d
commit 6ed4ca11f4

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 {