CtrlLib: Fixed menu appearance in Win32, 125% font size #1341

git-svn-id: svn://ultimatepp.org/upp/trunk@9201 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2015-11-22 06:27:47 +00:00
parent 079e8064b9
commit f89f7754ea

View file

@ -462,7 +462,7 @@ void ChHostSkin()
Win32Look(s.topitem[1], XP_MENU, 8 , 2 /*HOT*/);
Win32Look(s.topitem[2], XP_MENU, 8 , 3 /*HOT*/);
Win32Look(s.popupiconbar, XP_MENU, 13, 1);
s.leftgap = Zx(32);
s.leftgap = DPI(32);
s.textgap = Zx(6);
s.lsepm = Zx(32);
s.separator.l1 = Blend(SColorMenu(), SColorShadow());