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:
Vadim Zeitlin 2024-02-12 00:51:26 +01:00
parent d445d79508
commit 4b1a129f6f

View file

@ -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>