Fix invalid use of wxSizer flags inside the library itself.

It doesn't make sense to use wxALIGN_CENTRE_VERTICAL with wxGROW, so remove
the alignment style.
This commit is contained in:
Vadim Zeitlin
2015-04-05 20:46:00 +02:00
parent 16c22794b7
commit a5988a0389
3 changed files with 7 additions and 6 deletions

View File

@@ -8,7 +8,7 @@
<object class="wxBoxSizer">
<orient>wxVERTICAL</orient>
<object class="sizeritem">
<flag>wxGROW|wxALIGN_CENTER_VERTICAL|wxALL</flag>
<flag>wxGROW|wxALL</flag>
<border>5</border>
<object class="wxTextCtrl" name="message_textctrl">
<size>500,150</size>