[pitivi] timelinecanvas.py: move separator bar up so audio transitions have a gutter
- From: Edward Hervey <edwardrv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] timelinecanvas.py: move separator bar up so audio transitions have a gutter
- Date: Tue, 16 Mar 2010 18:09:59 +0000 (UTC)
commit 47ae8b5fd31f28fdb76eb4f07c836720df26e707
Author: Brandon Lewis <brandon_lewis alum berkeley edu>
Date: Wed Mar 10 01:27:43 2010 -0800
timelinecanvas.py: move separator bar up so audio transitions have a gutter
pitivi/ui/timelinecanvas.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/ui/timelinecanvas.py b/pitivi/ui/timelinecanvas.py
index e0a823c..9316807 100644
--- a/pitivi/ui/timelinecanvas.py
+++ b/pitivi/ui/timelinecanvas.py
@@ -179,7 +179,7 @@ class TimelineCanvas(goocanvas.Canvas, Zoomable, Loggable):
event.area.x, event.area.y,
event.area.width, event.area.height)
- y = KW_LABEL_Y_OVERFLOW
+ y = 0
for track in self._tracks[:-1]:
y += track.height
self.style.paint_box(event.window,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]