[pitivi] Curve: make keyframes a little smaller



commit d5cb407e1bf9a7a5b6328821dfa904c7601a14bb
Author: Brandon Lewis <brandon_lewis berkeley edu>
Date:   Fri Jun 12 01:58:21 2009 +0200

    Curve: make keyframes a little smaller

 pitivi/ui/curve.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pitivi/ui/curve.py b/pitivi/ui/curve.py
index 74e30bc..9480456 100644
--- a/pitivi/ui/curve.py
+++ b/pitivi/ui/curve.py
@@ -40,8 +40,8 @@ def intersect(b1, b2):
     return goocanvas.Bounds(max(b1.x1, b2.x1), max(b1.y1, b2.y1),
         min(b1.x2, b2.x2), min(b1.y2, b2.y2))
 
-KW_WIDTH = 10
-KW_HEIGHT = 10
+KW_WIDTH = 7
+KW_HEIGHT = 7
 KW_WIDTH2 = KW_WIDTH / 2
 KW_HEIGHT2 = KW_HEIGHT / 2
 



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