Skip to content

Commit

Permalink
sysinfo widen default window size
Browse files Browse the repository at this point in the history
  • Loading branch information
jxy-s committed Jan 11, 2025
1 parent b3a7ea1 commit 3160e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SystemInformer/settings.c
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ VOID PhAddDefaultSettings(
PhpAddIntegerSetting(L"SysInfoWindowOneGraphPerCpu", L"0");
PhpAddIntegerPairSetting(L"SysInfoWindowPosition", L"200,200");
PhpAddStringSetting(L"SysInfoWindowSection", L"");
PhpAddScalableIntegerPairSetting(L"SysInfoWindowSize", L"@96|620,590");
PhpAddScalableIntegerPairSetting(L"SysInfoWindowSize", L"@96|900,590");
PhpAddIntegerSetting(L"SysInfoWindowState", L"1");
PhpAddIntegerSetting(L"TaskmgrWindowState", L"0");
PhpAddIntegerSetting(L"ThinRows", L"0");
Expand Down

0 comments on commit 3160e24

Please sign in to comment.