+ // add space at the end of the menu for the submenu expansion arrow
+ // this will also allow offsetting the accel string from the right edge
+ *pwidth += GetMarginWidth() + 16;
+
+ // add a 4-pixel separator, otherwise menus look cluttered
+ *pwidth += 4;
+