mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-10 01:14:01 +02:00
Merge pull request #11000 from highfidelity/bug/6219
made changes to size of content to display 'choose file' button
This commit is contained in:
commit
7cfdf7d5ae
1 changed files with 1 additions and 1 deletions
|
@ -506,7 +506,7 @@ Rectangle {
|
|||
}
|
||||
HifiControls.Tree {
|
||||
id: treeView
|
||||
height: 430
|
||||
height: 290
|
||||
anchors.leftMargin: hifi.dimensions.contentMargin.x + 2 // Extra for border
|
||||
anchors.rightMargin: hifi.dimensions.contentMargin.x + 2 // Extra for border
|
||||
anchors.left: parent.left
|
||||
|
|
Loading…
Reference in a new issue