]> git.saurik.com Git - wxWidgets.git/commit - samples/notebook/notebook.cpp
Correct notebook sample layout.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 22 May 2010 11:58:50 +0000 (11:58 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 22 May 2010 11:58:50 +0000 (11:58 +0000)
commit119629aa5d35ae594f911f8f430d903eeeea96c3
treed387437ea33eafa795914af217fbe14f78428e81
parentade4ae2c51fd5406a8d7bbebc36ccd2c94e48c59
Correct notebook sample layout.

Use a sizer for the frame to make sure its initial and minimal size correspond
to the best size of the panel inside it. Also add a Layout() call on the panel
which was somehow not done initially. And finally don't centre the frame, this
is unnecessary.

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