2013-01-23 13:48:45 |
Patryk |
description |
When using
`self.guide = "999.99 MiB/s↓ 999.99 MiB/s↑";
self.ind.set_property('label-guide', self.guide)`
Using https://launchpad.net/ubuntu/quantal/amd64/python-gtop/2.32.0+dfsg-1 with Ubuntu 12.10 the script will not set the indicator as fixed-width - the text will jiggle on contents change. |
When using
`self.guide = "999.99 MiB/s↓ 999.99 MiB/s↑";
self.ind.set_property('label-guide', self.guide)`
Using https://launchpad.net/ubuntu/quantal/amd64/python-gtop/2.32.0+dfsg-1 with Ubuntu 12.10 the script will not set the indicator as fixed-width - the text will jiggle on contents change.
Here you can find the used code :
http://bazaar.launchpad.net/~r-senior/nettraffic/trunk/view/head:/nettraffic/nettraffic.py |
|