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:
Vadim Zeitlin 2024-02-13 21:40:27 +01:00
commit 19038ea58f
2 changed files with 7 additions and 2 deletions

View file

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