Compare commits
1 Commits
fdfc8d3fd8
...
be383869b2
| Author | SHA1 | Date | |
|---|---|---|---|
| be383869b2 |
@ -28,7 +28,7 @@ TreeView {
|
|||||||
// The delegate represents a single entry in the filesystem.
|
// The delegate represents a single entry in the filesystem.
|
||||||
delegate: TreeViewDelegate {
|
delegate: TreeViewDelegate {
|
||||||
id: treeDelegate
|
id: treeDelegate
|
||||||
indentation: 8
|
indentation: 12
|
||||||
implicitWidth: fileSystemTreeView.width > 0 ? fileSystemTreeView.width : 250
|
implicitWidth: fileSystemTreeView.width > 0 ? fileSystemTreeView.width : 250
|
||||||
implicitHeight: 25
|
implicitHeight: 25
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user