mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2024-11-24 07:30:22 +01:00
Added option to change Start menu alignment
This commit is contained in:
parent
d24b4d2d40
commit
2635e4cee7
@ -28,7 +28,7 @@ extern HMODULE hModule;
|
|||||||
#define GUI_POSITION_X CW_USEDEFAULT
|
#define GUI_POSITION_X CW_USEDEFAULT
|
||||||
#define GUI_POSITION_Y CW_USEDEFAULT
|
#define GUI_POSITION_Y CW_USEDEFAULT
|
||||||
#define GUI_POSITION_WIDTH 467
|
#define GUI_POSITION_WIDTH 467
|
||||||
#define GUI_POSITION_HEIGHT 690
|
#define GUI_POSITION_HEIGHT 716
|
||||||
#define GUI_WINDOWSWITCHER_THEME_CLASS "ControlPanelStyle"
|
#define GUI_WINDOWSWITCHER_THEME_CLASS "ControlPanelStyle"
|
||||||
#define GUI_CAPTION_FONT_SIZE -22
|
#define GUI_CAPTION_FONT_SIZE -22
|
||||||
#define GUI_TITLE_FONT_SIZE -12
|
#define GUI_TITLE_FONT_SIZE -12
|
||||||
|
@ -41,6 +41,11 @@
|
|||||||
"MicaEffectOnTitlebar"=dword:00000000
|
"MicaEffectOnTitlebar"=dword:00000000
|
||||||
|
|
||||||
;T Start menu
|
;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]
|
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage]
|
||||||
;b Open Start to All apps by default
|
;b Open Start to All apps by default
|
||||||
"MakeAllAppsDefault"=dword:00000000
|
"MakeAllAppsDefault"=dword:00000000
|
||||||
|
Loading…
Reference in New Issue
Block a user