https://bugzilla.novell.com/show_bug.cgi?id=458928
User [email protected] added comment https://bugzilla.novell.com/show_bug.cgi?id=458928#c5 --- Comment #5 from Thomas Goldstein <[email protected]> 2008-12-30 02:14:16 MST --- More information: The ToolStrip gets too small when adding elements to it, as the ToolStrip will basically adapt to the size of the biggest element it contains, it seems. However, ToolStripLabels are supposed to be 22px-tall, while the ToolStrip in Mono is 16px-tall... So it's not that simple, but I think that's the basic idea. Empty ToolStrips are fine, they don't contain anything so no resizing is done, and look pretty much the same in Mono and .NET. In the testcase above, the ToolStrip gets shrunk due to the ToolStripLabels. If you remove the labels and only leave the separators, the ToolStrip gets extremely small (just a few pixels tall). At first sight, it seems some kind of minimum size would need to be enforced... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
