]> git.saurik.com Git - wxWidgets.git/commit
Take the hgap and vgap into account when doing alignments in grid
authorRobin Dunn <robin@alldunn.com>
Thu, 13 May 2004 19:12:06 +0000 (19:12 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 13 May 2004 19:12:06 +0000 (19:12 +0000)
commit89a94520ea3a77cd4b75a34c1007f850d49aa737
tree11af9ec443ecfe84e6c295f34f88cfcc850dc2af
parentbf4ce9bd0e92374ba1007e667c7b44a6b6d9db4a
Take the hgap and vgap into account when doing alignments in grid
sizers.  The gap is not part of the "cell" so alignments should be
relative to the edge of the gap, not the next cell.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27263 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/sizer.cpp