Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=78428 --- shadow/78428 2006-05-17 05:04:11.000000000 -0400 +++ shadow/78428.tmp.13292 2006-05-17 05:04:11.000000000 -0400 @@ -0,0 +1,27 @@ +Bug#: 78428 +Product: Mono: Class Libraries +Version: 1.1 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: Windows.Forms +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: [PATCH] ToolBar: on resizing, it allocates extra space for Separator buttons + +winforms/toolbar/swf-toolbar.exe contains a separator button as "button12". +(On win32) by default this app "clips" those buttons since there is no +sufficient width, so resize the window and extend its width. + +At some extended width, it will redraw the toolbar as one-liner, but it +allocates extra space for the "separator" as if there were another hidden +button there. + +Patch being attached. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
