[gnome-clocks/wip/stopwatchlistbox] One more tweak



commit f99ec2d3d6f211f8caefdf782b2b12e1f938c10d
Author: Paolo Borelli <pborelli gnome org>
Date:   Tue Aug 13 12:09:22 2013 +0200

    One more tweak

 src/stopwatch.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/stopwatch.vala b/src/stopwatch.vala
index 27a8532..2eff0f2 100644
--- a/src/stopwatch.vala
+++ b/src/stopwatch.vala
@@ -54,6 +54,7 @@ public class AnalogFrame : RoundFrame {
         context.save ();
         context.add_class ("progress-fast");
 
+        cr.set_line_width (8);
         color = context.get_color (Gtk.StateFlags.NORMAL);
         progress = millisecs;
         if (progress > 0) {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]