[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:
Katayama Hirofumi MZ 2024-03-20 07:32:52 +09:00 committed by GitHub
parent 2f03b146da
commit ad748b0b3b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
44 changed files with 119 additions and 52 deletions

View file

@ -116,6 +116,7 @@
#define IDS_ADVANCED_EXPAND_NET_CONNECTIONS 30473
#define IDS_ADVANCED_DISPLAY_RUN 30474
#define IDS_ADVANCED_DISPLAY_ADMINTOOLS 30476
#define IDS_ADVANCED_SMALL_START_MENU 30477
/*******************************************************************************\
|* Control Resources *|