[gnome-clocks/wip/analogstopwatchtimer] Thinner circle



commit 4fd3181dc8d113d89d46fac77b2052cb20cf33f2
Author: Paolo Borelli <pborelli gnome org>
Date:   Fri Aug 16 18:16:25 2013 +0200

    Thinner circle

 src/widgets.vala |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/widgets.vala b/src/widgets.vala
index 541154b..ae269d7 100644
--- a/src/widgets.vala
+++ b/src/widgets.vala
@@ -619,8 +619,8 @@ public class AmPmToggleButton : Gtk.Button {
 }
 
 public class AnalogFrame : Gtk.Frame {
-    protected const int LINE_WIDTH = 10;
-    protected const int RADIUS_PAD = 64;
+    protected const int LINE_WIDTH = 6;
+    protected const int RADIUS_PAD = 48;
 
     private int calculate_diameter () {
         int ret = 2 * RADIUS_PAD;


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