forked from qt-creator/qt-creator
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:
@@ -315,7 +315,7 @@ TreeViewDelegate {
|
|||||||
id: thumbnailImage
|
id: thumbnailImage
|
||||||
visible: !root.__isDirectory
|
visible: !root.__isDirectory
|
||||||
y: StudioTheme.Values.border
|
y: StudioTheme.Values.border
|
||||||
x: root.depth * root.indentation + StudioTheme.Values.border
|
x: bg.x
|
||||||
width: 48
|
width: 48
|
||||||
height: 48
|
height: 48
|
||||||
cache: false
|
cache: false
|
||||||
|
@@ -479,6 +479,6 @@ TreeView {
|
|||||||
delegate: AssetDelegate {
|
delegate: AssetDelegate {
|
||||||
assetsView: root
|
assetsView: root
|
||||||
assetsRoot: root.assetsRoot
|
assetsRoot: root.assetsRoot
|
||||||
indentation: 5
|
indentation: 10
|
||||||
}
|
}
|
||||||
} // TreeView
|
} // TreeView
|
||||||
|
Reference in New Issue
Block a user