mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
[EXPLORER] Start menu: Fix Small Icons flag (#6651)
Follow-up to #6646. Fix wrong flag use: #6646 (comment) JIRA issue: CORE-19494 - Delete SmallStartMenu flag (wrong) from _TW_STUCKRECTS2. - Rename _TW_STUCKRECTS2.SmallIcons as SmSmallIcons. - Use SmSmallIcons flag.
This commit is contained in:
committed by
GitHub
parent
2ec785b1ee
commit
17b0623cf8
@@ -80,9 +80,8 @@ BOOL TaskbarSettings::Load()
|
||||
sr.Position = ABE_BOTTOM;
|
||||
sr.AutoHide = FALSE;
|
||||
sr.AlwaysOnTop = TRUE;
|
||||
sr.SmallIcons = TRUE;
|
||||
sr.SmSmallIcons = FALSE;
|
||||
sr.HideClock = FALSE;
|
||||
sr.SmallStartMenu = FALSE;
|
||||
sr.Rect.left = sr.Rect.top = 0;
|
||||
sr.Rect.bottom = sr.Rect.right = 1;
|
||||
sr.Size.cx = sr.Size.cy = 0;
|
||||
|
||||
Reference in New Issue
Block a user