[gnome-documents] icon-view: tweak the cell renderers property



commit 7fb259a13057a361c7f8cb817c7bb417126b3f4b
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Wed Aug 31 16:57:28 2011 -0400

    icon-view: tweak the cell renderers property

 src/iconView.js |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/iconView.js b/src/iconView.js
index 5739317..d57f26d 100644
--- a/src/iconView.js
+++ b/src/iconView.js
@@ -86,8 +86,6 @@ IconView.prototype = {
             new Gd.TwoLinesRenderer({ alignment: Pango.Alignment.CENTER,
                                       wrap_mode: Pango.WrapMode.WORD_CHAR,
                                       wrap_width: _VIEW_ITEM_WRAP_WIDTH,
-                                      xalign: 0.5,
-                                      yalign: 0.0,
                                       text_lines: 3 });
         this.widget.pack_start(textRenderer, false);
         this.widget.add_attribute(textRenderer,



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