Merge branch 'minor-pg-fixes'
Minor wxPropertyGrid fixes, notably fixing the expander buttons appearance in high DPI under MSW. See #24304.
This commit is contained in:
commit
19038ea58f
2 changed files with 7 additions and 2 deletions
|
|
@ -6,8 +6,8 @@
|
|||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>5</border>
|
||||
<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