[pitivi: 9/12] timelinecanvas.py: make playhead black



commit 696bc8a8c7af4747bfacbd410961b7f3e0db6723
Author: Brandon Lewis <brandon_lewis alum berkeley edu>
Date:   Mon Nov 30 14:50:21 2009 -0800

    timelinecanvas.py: make playhead black

 pitivi/ui/timelinecanvas.py |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/pitivi/ui/timelinecanvas.py b/pitivi/ui/timelinecanvas.py
index fdd1426..4c9ae30 100644
--- a/pitivi/ui/timelinecanvas.py
+++ b/pitivi/ui/timelinecanvas.py
@@ -109,10 +109,10 @@ class TimelineCanvas(goocanvas.Canvas, Zoomable, Loggable):
         self._playhead = goocanvas.Rect(
             y = -10,
             parent=root,
-            line_width=0.5,
-            fill_color_rgba=0xFF0000FF,
+            line_width=1,
+            fill_color_rgba=0x000000FF,
             stroke_color_rgba=0xFFFFFFFF,
-            width=2)
+            width=3)
         self._playhead_controller = PlayheadController(self._playhead)
         self._playhead_controller.seeker.connect("seek", self.seekerSeekCb)
         root.connect("motion-notify-event", self._selectionDrag)



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