Skip to content

Commit ee4e78d

Browse files
committed
Fix margin for the cpu values in the Statusbar
1 parent 79d9f40 commit ee4e78d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Widgets/Statusbar/Statusbar.vala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ public class Monitor.Statusbar : Granite.Bin {
1616

1717
cpu_usage_label = new Gtk.Label (_("Calculating…")) {
1818
width_chars = 4,
19+
margin_start = 6,
1920
xalign = 0
2021
};
2122

0 commit comments

Comments
 (0)