Bug 393804: Fix alignment of non-iconic menuitems to make them match iconic menuitems, r=robarnold, r=vlad, sr=neil, a=bzbarsky

This commit is contained in:
gavin@gavinsharp.com 2007-10-01 16:26:48 -07:00
parent 58c7993d4e
commit 87104e6101

View File

@ -1415,7 +1415,7 @@ nsNativeThemeWin::GetWidgetPadding(nsIDeviceContext* aContext,
case NS_THEME_MENUITEMTEXT:
if (!theme)
{
left = 16;
left = 18;
}
else
{