[pitivi] Remove doubled height setting



commit 30e0a1b8fcacf66bf0ef825960cf5c6c60f0bf2c
Author: Paul Lange <palango gmx de>
Date:   Thu May 17 18:43:53 2012 -0500

    Remove doubled height setting

 pitivi/timeline/track.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/timeline/track.py b/pitivi/timeline/track.py
index 500ac75..d200129 100644
--- a/pitivi/timeline/track.py
+++ b/pitivi/timeline/track.py
@@ -441,7 +441,6 @@ class TrackObject(View, goocanvas.Group, Zoomable, Loggable):
             self.preview.props.visibility = goocanvas.ITEM_VISIBLE
             self.namebg.props.visibility = goocanvas.ITEM_VISIBLE
             self.bg.props.height = LAYER_HEIGHT_EXPANDED
-            self.height = LAYER_HEIGHT_EXPANDED
             self.name.props.y = NAME_VOFFSET + NAME_PADDING
 
     def getExpanded(self):



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