Don't leave a border around wxPropertyGrid in sample XRC file

This looks ugly under wxMSW where the frame doesn't have the same
background and isn't really necessary.
This commit is contained in:
Vadim Zeitlin 2024-02-12 00:50:35 +01:00
parent 770481613f
commit d445d79508

View file

@ -6,8 +6,7 @@
<object class="wxBoxSizer">
<object class="sizeritem">
<option>1</option>
<flag>wxALL|wxEXPAND</flag>
<border>5</border>
<flag>wxEXPAND</flag>
<object class="wxPropertyGridManager">
<style>wxPG_AUTO_SORT|wxPG_TOOLTIPS|wxPG_TOOLBAR</style>
<exstyle>wxPG_EX_MODE_BUTTONS|wxPG_EX_HELP_AS_TOOLTIPS</exstyle>