[Xfce4-commits] [panel-plugins/xfce4-stopwatch-plugin] 01/02: Add space around the label
noreply at xfce.org
noreply at xfce.org
Wed Aug 21 11:33:20 CEST 2019
This is an automated email from the git hooks/post-receive script.
n c o p a p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository panel-plugins/xfce4-stopwatch-plugin.
commit 1f7e171b6e5bbcb45691d7e89096ab0bcf19610a
Author: Natanael Copa <ncopa at alpinelinux.org>
Date: Tue Oct 30 12:47:34 2018 +0100
Add space around the label
---
panel-plugin/stopwatch.vala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/panel-plugin/stopwatch.vala b/panel-plugin/stopwatch.vala
index 9c8d8e1..f51a876 100644
--- a/panel-plugin/stopwatch.vala
+++ b/panel-plugin/stopwatch.vala
@@ -137,7 +137,7 @@ private class TimerButton : Gtk.ToggleButton {
var minutes = (int) ((elapsed.tv_sec / 60) % 60);
var hours = (int) ((elapsed.tv_sec / 60) / 60);
- this.set_label ("%02d:%02d:%02d".printf (hours,
+ this.set_label (" %02d:%02d:%02d ".printf (hours,
minutes,
seconds));
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list