summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/gui/eip_status.py
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2013-12-13 09:34:39 -0300
committerTomás Touceda <chiiph@leap.se>2013-12-13 09:34:39 -0300
commitb1ebbc2b5ca9c5d0591c10c876b871e9cfb2e367 (patch)
treed53f1f01b8e35bff3367258afae085765e53ef31 /src/leap/bitmask/gui/eip_status.py
parent8969c7396c61be96040206ff18a29ec56e20825e (diff)
parent2a8632e60a538828e8c5b417c5b02fbdaaccc88d (diff)
Merge remote-tracking branch 'refs/remotes/elijah/feature/login-on-top' into develop
Diffstat (limited to 'src/leap/bitmask/gui/eip_status.py')
-rw-r--r--src/leap/bitmask/gui/eip_status.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/leap/bitmask/gui/eip_status.py b/src/leap/bitmask/gui/eip_status.py
index 4b4d360f..92bb623e 100644
--- a/src/leap/bitmask/gui/eip_status.py
+++ b/src/leap/bitmask/gui/eip_status.py
@@ -41,8 +41,8 @@ class EIPStatusWidget(QtGui.QWidget):
EIP Status widget that displays the current state of the EIP service
"""
DISPLAY_TRAFFIC_RATES = True
- RATE_STR = "%14.2f KB/s"
- TOTAL_STR = "%14.2f Kb"
+ RATE_STR = "%1.2f KB/s"
+ TOTAL_STR = "%1.2f Kb"
eip_connection_connected = QtCore.Signal()