Skip to content

Commit 5288d84

Browse files
committed
fixed one more unintentional whitespace change and updated one addition for consistency
1 parent efe1f64 commit 5288d84

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Src/StartMenu/StartMenuDLL/SettingsUI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5176,7 +5176,7 @@ static void StoreButtonSettings( void )
51765176
if (g_ButtonPath==START_BUTTON_CUSTOM)
51775177
g_ButtonPath=CalcFNVHash(GetSettingString(L"StartButtonPath"));
51785178
g_ButtonSize=GetSettingInt(L"StartButtonSize");
5179-
g_ButtonOffset = GetSettingInt(L"StartButtonOffset");
5179+
g_ButtonOffset=GetSettingInt(L"StartButtonOffset");
51805180
g_ButtonIconSize=GetSettingInt(L"StartButtonIconSize");
51815181
}
51825182

Src/StartMenu/StartMenuDLL/StartMenuDLL.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ END
5353

5454
IDD_RENAME DIALOGEX 0, 0, 227, 54
5555
STYLE DS_SETFONT | DS_MODALFRAME | DS_SETFOREGROUND | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
56-
EXSTYLE WS_EX_TOPMOST
56+
EXSTYLE WS_EX_TOPMOST
5757
CAPTION "Rename"
5858
FONT 8, "MS Shell Dlg", 400, 0, 0x1
5959
BEGIN

0 commit comments

Comments
 (0)