This commit is contained in:
dougt@meer.net 2008-02-21 13:33:24 -08:00
Родитель f31833a013
Коммит 728a7f5990
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1927,7 +1927,7 @@ nsNativeThemeWin::ClassicGetMinimumWidgetSize(nsIRenderingContext* aContext, nsI
#ifdef WINCE #ifdef WINCE
(*aResult).width = 16; (*aResult).width = 16;
(*aResult).height = 16; (*aResult).height = 16;
#endif #else
(*aResult).width = ::GetSystemMetrics(SM_CXMENUCHECK); (*aResult).width = ::GetSystemMetrics(SM_CXMENUCHECK);
(*aResult).height = ::GetSystemMetrics(SM_CYMENUCHECK); (*aResult).height = ::GetSystemMetrics(SM_CYMENUCHECK);
#endif #endif