Give bigger initial size to the XRC window in propgrid sample
It was too small to show much of anything by default, especially in high DPI.
This commit is contained in:
parent
d445d79508
commit
4b1a129f6f
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
|||
<object class="sizeritem">
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
<minsize>400,500</minsize>
|
||||
<object class="wxPropertyGridManager">
|
||||
<style>wxPG_AUTO_SORT|wxPG_TOOLTIPS|wxPG_TOOLBAR</style>
|
||||
<exstyle>wxPG_EX_MODE_BUTTONS|wxPG_EX_HELP_AS_TOOLTIPS</exstyle>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue