]> git.saurik.com Git - wxWidgets.git/commit
Make the file and dir picket controls expand in widgets sample.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 27 Aug 2011 14:11:17 +0000 (14:11 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 27 Aug 2011 14:11:17 +0000 (14:11 +0000)
commit9a995b1a4207661426214e532e81589fd0b2d39d
treeb1fb5d5d6b4f560eda1bfcd4a82a15060f04ded1
parent03dede4dc15796ab5e3e49ef597ebbc461227bca
Make the file and dir picket controls expand in widgets sample.

The controls were too small to see long paths in them comfortably while there
was plenty of space in the page, use wxEXPAND flag for them.

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