[pitivi] Refactor clipproperties
- From: Edward Hervey <edwardrv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] Refactor clipproperties
- Date: Wed, 22 Sep 2010 13:37:53 +0000 (UTC)
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]