2008-06-02 Jonathan Pobst <monkey@jpobst.com>
authorJonathan Pobst <monkey@jpobst.com>
Mon, 2 Jun 2008 22:22:40 +0000 (22:22 -0000)
committerJonathan Pobst <monkey@jpobst.com>
Mon, 2 Jun 2008 22:22:40 +0000 (22:22 -0000)
commitd1aa2df48fa59c4364135f9fc21373ddf0e066c6
treece5916eaeabce4605107349f993e627470d4bec2
parentb72cb78f6aee3542318ef897d80c7dbe4c45ebf6
2008-06-02  Jonathan Pobst  <monkey@jpobst.com>

* TableLayoutPanel.cs: Use border sizes when calculating the
panel's preferred size.  [Fixes part of bug #396433]

2008-06-02  Jonathan Pobst  <monkey@jpobst.com>

* TableLayout.cs: Fix a c&p error so we correctly calculate row
border heights.  [Fixes part of bug #396433]

2008-06-02  Jonathan Pobst  <monkey@jpobst.com>

* TableLayoutTest.cs Add test for bug #396433.

svn path=/trunk/mcs/; revision=104726
mcs/class/Managed.Windows.Forms/System.Windows.Forms.Layout/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms.Layout/TableLayout.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/TableLayoutPanel.cs
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/TableLayoutTest.cs