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:
parent
770481613f
commit
d445d79508
1 changed files with 1 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue