[Mono-bugs] [Bug 599950] TabControl / TabPage: default ItemSize is different from .NET

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri May 14 14:18:06 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=599950

http://bugzilla.novell.com/show_bug.cgi?id=599950#c9


--- Comment #9 from Thomas Goldstein <stifu at free.fr> 2010-05-14 18:18:06 UTC ---
In my patch, to fix vertical alignment, all I do is replace:

defaultFormatting.LineAlignment = StringAlignment.Near;

with:

defaultFormatting.LineAlignment = StringAlignment.Center;

Your patch seems more complicated, but maybe it fixes things which my patch
doesn't fix?

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list