[pitivi] Refactor clipproperties



commit 58e09ed847627cd9b98836ddeda61a017a9a84b8
Author: Thibault Saunier <tsaunier gnome org>
Date:   Fri Jul 2 16:40:12 2010 -0400

    Refactor clipproperties

 pitivi/ui/clipproperties.py |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/pitivi/ui/clipproperties.py b/pitivi/ui/clipproperties.py
index 5a2dce6..487deb4 100644
--- a/pitivi/ui/clipproperties.py
+++ b/pitivi/ui/clipproperties.py
@@ -146,8 +146,6 @@ class EffectProperties(gtk.Expander):
         namecol.set_sort_column_id(COL_NAME_TEXT)
         self.treeview.append_column(namecol)
         namecol.set_spacing(5)
-        #namecol.set_sizing(gtk.TREE_VIEW_COLUMN_FIXED)
-        #namecol.set_fixed_width(40)
         namecell = gtk.CellRendererText()
         namecell.props.xpad = 6
         namecell.set_property("ellipsize", pango.ELLIPSIZE_END)



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