mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 18:43:30 +00:00
[EXPLORER][SHELL32] Smaller Start Menu (#6646)
Improve customization of Start Menu. JIRA issue: CORE-19494 - Add SmallStartMenu flag to TW_STRUCKRECTS2 structure. - Add IDS_ADVANCED_SMALL_START_MENU resource string. - Update g_TaskbarSettings.sr.SmallStartMenu via a callback function. - Check g_TaskbarSettings.sr.SmallStartMenu when Start Menu is updated.
This commit is contained in:
parent
2f03b146da
commit
ad748b0b3b
44 changed files with 119 additions and 52 deletions
|
@ -82,6 +82,7 @@ BOOL TaskbarSettings::Load()
|
|||
sr.AlwaysOnTop = TRUE;
|
||||
sr.SmallIcons = TRUE;
|
||||
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue