QmlDesigner: Increase assets view level margin

Task-number: QDS-12843
Change-Id: I6348db6258d606497add06e063f1052bfd3a0341
Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
This commit is contained in:
Rauno Pennanen
2024-06-03 17:37:38 +03:00
parent c220599e2f
commit dabe235fba
2 changed files with 2 additions and 2 deletions

View File

@@ -315,7 +315,7 @@ TreeViewDelegate {
id: thumbnailImage
visible: !root.__isDirectory
y: StudioTheme.Values.border
x: root.depth * root.indentation + StudioTheme.Values.border
x: bg.x
width: 48
height: 48
cache: false

View File

@@ -479,6 +479,6 @@ TreeView {
delegate: AssetDelegate {
assetsView: root
assetsRoot: root.assetsRoot
indentation: 5
indentation: 10
}
} // TreeView