diff options
-rw-r--r-- | changes/bug_tighter_clustering_eip_meter | 2 | ||||
-rw-r--r-- | src/leap/bitmask/gui/ui/eip_status.ui | 6 |
2 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug_tighter_clustering_eip_meter b/changes/bug_tighter_clustering_eip_meter new file mode 100644 index 00000000..32101c9e --- /dev/null +++ b/changes/bug_tighter_clustering_eip_meter @@ -0,0 +1,2 @@ + - Align left the speed and transferred displays for EIP. Fixes + #4204.
\ No newline at end of file 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> |