]> git.saurik.com Git - wxWidgets.git/commit
Another compilation fix after wxFlexGridSizer ctors change.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 11 Aug 2009 10:54:40 +0000 (10:54 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 11 Aug 2009 10:54:40 +0000 (10:54 +0000)
commit90666795d4093289d3ab5406947135496fec232d
treee94247d20608b1eabd5d0e7b2a6e0f468a7aac1b
parent2b2c1044f9df296935aadd23e2a58f79b018905f
Another compilation fix after wxFlexGridSizer ctors change.

wxFlexGridSizer ctor was even used incorrectly even in layout sample itself,
once again the code was supposed to create 3*3 sizer, not 3-column sizer with
3 pixel vertical gap.

Changed ctors to be more explicit and to use a 5 pixel gap in both directions.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61643 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/layout/layout.cpp