reactos/base
Joachim Henze 0ae3cb906e [0.4.7][TASKMGR] Tweak the status bar a bit (reusing CORE-15615)
by picking those two commits:
0.4.12-dev-363-g 473e0bfc83
0.4.12-dev-779-g 3b96148641

Although the regression that was introduced by 0.4.12-dev-363-g 473e0bfc83
and then fixed by 0.4.12-dev-779-g 3b96148641
did never affect any release, the older releases do still benefit from those 2 commits applied together:

The status bar consists of 3 sections:
"processes count"
"CPU load"
"Commit charge"

"Commit charge" is extremely dynamic in length, therefore we can improve the usability a bit by maximizing available space for it.
"processes count" also deserves a bit more space, otherwise even 3-digits-count would be cropped in english already.
"CPU load" is most defined in length, as the only dynamic part in there is 0% to 100%, just 2 digits.
Therefore we do sacrifice a bit space from "CPU load" section in favor of the other sections.

See https://jira.reactos.org/secure/attachment/61659/ros_taskmgr_BEFORE_mostCompact.png for a pic before this backmerge.
2022-02-28 17:59:30 +01:00
..
applications [0.4.7][TASKMGR] Tweak the status bar a bit (reusing CORE-15615) 2022-02-28 17:59:30 +01:00
services [0.4.7][DHCPSVC/IPHLPAPI] Fix 2 memory leaks CORE-14353 2020-10-02 11:57:47 +02:00
setup [0.4.7][SETUP] Silence some noisy DPRINT1 2020-12-21 00:24:24 +01:00
shell [0.4.7][CMD] *.RC Shorten the string for the version header CORE-17420 2022-01-31 19:21:49 +01:00
system [SYSSETUP] [USERINIT] "sLanguage" relates to LOCALE_SABBREVLANGNAME actually, not LOCALE_SLANGUAGE. CORE-13128 #62 2017-10-17 13:59:18 +01:00
CMakeLists.txt