Go to file
spx 235841e01f Added AutoScale=2 and "k" postfix to Meter=STRING.
----
For instance:
A=2800000000, B=0

- AutoScale=0
AutoScale is disabled. Uses Scale value. (Same as before.)
A="2800000000", B="0"

- AutoScale=1
Scales value by 1024. (Same as before.)
A="2.6 G", B="0.0 "

- AutoScale=2
Scales value by 1000.
A="2.8 G", B="0.0 "

- AutoScale=1k
Scales value by 1024, and uses kilo as the lowest unit.
A="2.6 G", B="0.0 k"

- AutoScale=2k
Scales value by 1000, and uses kilo as the lowest unit.
A="2.8 G", B="0.0 k"
----
2011-01-19 15:31:45 +00:00
Application - Modified font caching. (Fixed an issue that LocalFont file is locked until exiting Rainmeter.) 2011-01-17 22:39:40 +00:00
Library Added AutoScale=2 and "k" postfix to Meter=STRING. 2011-01-19 15:31:45 +00:00
Plugins - Modified font caching. (Fixed an issue that LocalFont file is locked until exiting Rainmeter.) 2011-01-17 22:39:40 +00:00
LICENSE
Rainmeter.sln Removing WirelessInfo plugin from build. 2010-11-23 08:40:34 +00:00
README.md
revision-number.h Updates by psouza4: 2011-01-14 23:43:29 +00:00