Fix width for file tree selection.
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user