Browse Source

Added option to change Start menu alignment

pull/51/head
Valentin Radu 4 years ago
parent
commit
2635e4cee7
  1. 2
      ExplorerPatcher/GUI.h
  2. 5
      ExplorerPatcher/settings.reg

2
ExplorerPatcher/GUI.h

@ -28,7 +28,7 @@ extern HMODULE hModule; @@ -28,7 +28,7 @@ extern HMODULE hModule;
#define GUI_POSITION_X CW_USEDEFAULT
#define GUI_POSITION_Y CW_USEDEFAULT
#define GUI_POSITION_WIDTH 467
#define GUI_POSITION_HEIGHT 690
#define GUI_POSITION_HEIGHT 716
#define GUI_WINDOWSWITCHER_THEME_CLASS "ControlPanelStyle"
#define GUI_CAPTION_FONT_SIZE -22
#define GUI_TITLE_FONT_SIZE -12

5
ExplorerPatcher/settings.reg

@ -41,6 +41,11 @@ @@ -41,6 +41,11 @@
"MicaEffectOnTitlebar"=dword:00000000
;T Start menu
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
;c 2 Location on screen *
;x 0 Left
;x 1 Center (default)
"TaskbarAl"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage]
;b Open Start to All apps by default
"MakeAllAppsDefault"=dword:00000000

Loading…
Cancel
Save