Fix width for file tree selection.
This commit is contained in:
@@ -51,7 +51,7 @@ TreeView {
|
||||
background: Rectangle {
|
||||
color: current ? RustColors.explorer_folder_open : "transparent"
|
||||
radius: 20
|
||||
width: root.width - 15
|
||||
width: root.width
|
||||
}
|
||||
// Item name.
|
||||
contentItem: Text {
|
||||
|
||||
Reference in New Issue
Block a user