Compare commits

..

1 Commits

Author SHA1 Message Date
fdfc8d3fd8 Add context menu on breadcrumbs.
The only option is to reset the root directory.
2026-02-01 18:52:48 -05:00

View File

@ -28,7 +28,7 @@ TreeView {
// The delegate represents a single entry in the filesystem.
delegate: TreeViewDelegate {
id: treeDelegate
indentation: 12
indentation: 8
implicitWidth: fileSystemTreeView.width > 0 ? fileSystemTreeView.width : 250
implicitHeight: 25