pixunil / cinnamon-applet-system-monitor

An applet for Cinnamon which shows CPU, Memory and Swap usage, Disk and Network rates with graphs
http://cinnamon-spices.linuxmint.com/applets/view/198
GNU General Public License v2.0
15 stars 5 forks source link

Add padding to values #16

Closed kevlogan90 closed 8 years ago

kevlogan90 commented 8 years ago

Would it be possible to add a padding to the display on the panel? Currently if CPU jumps from 9% to 10% all of the applets will shift around for the extra digit, and then jump back if the CPU goes below 10% again.

pixunil commented 8 years ago

Sorry for the late response. Yes it would be possible, but I currently can't think of a better method than using hardcoded values which could fail with some fonts or themes, I need to experiment here.

pixunil commented 8 years ago

Found a better method: The applet now inserts U+2007 before the digits, so other text does not jump around.