[pitivi] Fixe style issues in cliproperties



commit e11049e2baa20f92dca55608ce295792bd776601
Author: Thibault Saunier <tsaunier gnome org>
Date:   Mon Jul 12 12:12:01 2010 -0400

    Fixe style issues in cliproperties

 pitivi/ui/clipproperties.py |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/pitivi/ui/clipproperties.py b/pitivi/ui/clipproperties.py
index 7b5b4d8..ad37d7a 100644
--- a/pitivi/ui/clipproperties.py
+++ b/pitivi/ui/clipproperties.py
@@ -3,7 +3,7 @@
 #       ui/clipproperties.py
 #
 # Copyright (C) 2010 Thibault Saunier <tsaunier gnome org>
-# 
+#
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
@@ -112,8 +112,6 @@ class EffectProperties(gtk.Expander):
 
         #Treeview
         self.treeview_scrollwin = gtk.ScrolledWindow()
-        adjustment = gtk.Adjustment(lower=180)
-        self.treeview_scrollwin.set_vadjustment(adjustment)
         self.treeview_scrollwin.set_policy(gtk.POLICY_NEVER,
                                            gtk.POLICY_AUTOMATIC)
         self.treeview_scrollwin.set_shadow_type(gtk.SHADOW_ETCHED_IN)



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