diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-10-30 13:04:19 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-10-30 13:04:19 -0300 |
commit | 094e71f620416859fb63ab5674165984b8f12b50 (patch) | |
tree | d8749743ed2b57ff6f9baf9250150d93b2e108e6 /src | |
parent | a365958532bf4b2676a9337bf40f3b67bdf473d1 (diff) | |
parent | 1f101bb60192ae8ad6c88e76d942dd4a88d976a8 (diff) |
Merge remote-tracking branch 'chiiph/bug/tighter_clustering_eip_meter' into develop
Diffstat (limited to 'src')
-rw-r--r-- | src/leap/bitmask/gui/ui/eip_status.ui | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/leap/bitmask/gui/ui/eip_status.ui b/src/leap/bitmask/gui/ui/eip_status.ui index 25831118..d078ca0c 100644 --- a/src/leap/bitmask/gui/ui/eip_status.ui +++ b/src/leap/bitmask/gui/ui/eip_status.ui @@ -185,6 +185,9 @@ <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> + <property name="styleSheet"> + <string notr="true">text-align: left;</string> + </property> <property name="text"> <string>0.0 KB/s</string> </property> @@ -249,6 +252,9 @@ <property name="cursor"> <cursorShape>PointingHandCursor</cursorShape> </property> + <property name="styleSheet"> + <string notr="true">text-align: left;</string> + </property> <property name="text"> <string>0.0 KB/s</string> </property> |