Hi,
Do you want to change the size of the panel (popup menu) which the verbs exists in? If so, you can add MenuPopupStyle attibute in your WebPartZone control. See below:
<asp:WebPartZone ID="WebPartZone2" runat="server" BorderColor="#CCCCCC" Font-Names="Verdana"
Padding="6"
MenuPopupStyle-Width="100px"
MenuPopupStyle-Height="100px">
In this way , size of the panel in this WebPartZone has been changed. Besides, you also can set style attributes for the entire menu, such as its border color, style, and width; font details; height and width; background color; cell padding and spacing; shadow color (if shadowing is enabled in the user's operating system); and gridlines.
For more information: http://msdn2.microsoft.com/en-us/library/system.web.ui.webcontrols.webparts.webpartzonebase.menupopupstyle(VS.80).aspx
Hope that helps. Thanks.
Sincerely,
Michael Jin.
Microsoft Online Community Support
?Please remember to click ?Mark as Answer? on the post that helps you, and to click ?Unmark as Answer? if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ?