Don't use extra margins around content of wxStaticBox in wxOSX.

This makes top and left borders for the controls inside the box the same as
right and bottom ones.

Closes #16808.

(this is a backport of bd177b0635 from master)
This commit is contained in:
sbrowne
2015-07-18 14:48:19 +02:00
committed by Vadim Zeitlin
parent 723e61a4b5
commit 9153da02e7
2 changed files with 4 additions and 0 deletions

View File

@@ -643,6 +643,7 @@ wxOSX:
- Generate wxEVT_TEXT_ENTER for wxTE_PASSWORD controls too (mj_smoker).
- Send wxIconizeEvent when a window is iconized/restore (Rob Krakora).
- Use correct colour for disabled wxStaticText (sbrowne).
- Fix too large top and left margins inside wxStaticBox (sbrowne).
- Fix bottom margins sizes for several controls (sbrowne).
- Fix initial position of controls with layout insets (Tim Kosse).
- Don't allow pasting rich text in non-wxTE_RICH text controls (Tim Kosse).