Change default height of property browswer to 500 pixels.
Realistically 768 pixels is the minimum height for most displays these days, so 500 is a reasonable figure for all displays, and it does make it easier to operate.
This commit is contained in:
parent
2e6d0725d1
commit
da089c843a
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
|||
|
||||
<property-list>
|
||||
<name>property-list</name>
|
||||
<pref-height>250</pref-height>
|
||||
<pref-height>500</pref-height>
|
||||
<halign>fill</halign>
|
||||
<valign>fill</valign>
|
||||
<stretch>true</stretch>
|
||||
|
|
Loading…
Reference in a new issue