]> git.saurik.com Git - wxWidgets.git/commit - src/generic/listctrl.cpp
Fix horizontal alignment in icon view in generic wxListCtrl.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 20 Dec 2011 21:21:38 +0000 (21:21 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 20 Dec 2011 21:21:38 +0000 (21:21 +0000)
commit4d0c23087a957d9535030e7b327049c717cd8bf1
treebf197ff264dc02836f83e65ee3e290f918e56bde
parent8573b14550f4e9023f0d4cec2ebd13f4d6801bdf
Fix horizontal alignment in icon view in generic wxListCtrl.

Ensure that all the items in the same column have the same width, so that
their labels are centred.

Closes #9227.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70066 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
samples/listctrl/listtest.cpp
src/generic/listctrl.cpp