mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 01:29:50 +00:00
ca3bacf6c1
Replace the wxBoxSizer with a wxFlexGridSizer so the gaps between main elements, typically wxStaticBoxSizer, remain uniform across the tools. Add a style variable to control the wxFlexGridSizer on platform basis. Also replace the obsolete wxScrolledWindow by inheriting from wxScrolled<wxPanel> instead. Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>