[ease] Make the handles a more reasonable size now that the mouse works.



commit 87bb035944bbe85953a11dbcf4ca0f75f5c5fcc4
Author: Nate Stedman <natesm gmail com>
Date:   Sat Nov 27 06:24:53 2010 -0500

    Make the handles a more reasonable size now that the mouse works.

 ease/ease-handle.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/ease/ease-handle.vala b/ease/ease-handle.vala
index 700e659..693bb32 100644
--- a/ease/ease-handle.vala
+++ b/ease/ease-handle.vala
@@ -33,7 +33,7 @@ internal class Ease.Handle : Clutter.CairoTexture
 	/**
 	 * The size of the handle.
 	 */
-	private const int SIZE = 35;
+	private const int SIZE = 25;
 	
 	/**
 	 * Creates a Handle. Does automatically set the Handle's position - call



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