mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-10 03:54:54 -06:00
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:
parent
079e8064b9
commit
f89f7754ea
1 changed files with 1 additions and 1 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue