[ease] Increase the focus size



commit 1ce3e314f12668bb5c2b2badeb85cee8a61f8fd3
Author: Stéphane Maniaci <stephane maniaci gmail com>
Date:   Mon Aug 16 14:42:28 2010 -0500

    Increase the focus size

 ease/ease-player.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/ease/ease-player.vala b/ease/ease-player.vala
index 620c7ef..92a8a38 100644
--- a/ease/ease-player.vala
+++ b/ease/ease-player.vala
@@ -44,7 +44,7 @@ internal class Ease.Player : Gtk.Window
 	private const uint FADE_IN_TIME = 1000;
 	private const uint FOCUS_OPACITY = 100;
 	//FIXME : make it proportionnal
-	private const uint FOCUS_RADIUS = 40;
+	private const uint FOCUS_RADIUS = 100;
 
 	// focus actors
 	private Clutter.CairoTexture focus_circle;



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