[pitivi] clipproperties: Fix the Type column being ellipsized



commit d11503722f65f27d4d79bec68a8fc7d4ca914f50
Author: Alexandru Băluț <alexandru balut gmail com>
Date:   Wed Jan 20 10:51:42 2016 +0100

    clipproperties: Fix the Type column being ellipsized
    
    Reviewed-by: Thibault Saunier <tsaunier gnome org>
    Reviewed-by: Thibault Saunier <tsaunier gnome org>
    Differential Revision: https://phabricator.freedesktop.org/D693

 pitivi/clipproperties.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/clipproperties.py b/pitivi/clipproperties.py
index 6dbb2c4..c6382db 100644
--- a/pitivi/clipproperties.py
+++ b/pitivi/clipproperties.py
@@ -164,7 +164,6 @@ class EffectProperties(Gtk.Expander, Loggable):
         typecol.set_sizing(Gtk.TreeViewColumnSizing.AUTOSIZE)
         typecell = Gtk.CellRendererText()
         typecell.props.xpad = PADDING
-        typecell.set_property("ellipsize", Pango.EllipsizeMode.END)
         typecol.pack_start(typecell, True)
         typecol.add_attribute(typecell, "text", COL_TYPE)
         self.treeview.append_column(typecol)


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