[tracker/tracker-1.0] tracker-preferences: Remove fixed column width for indexed locations



commit d780b3cf6de7f88bf934ed5e609a3ecc05634ddc
Author: Martyn Russell <martyn lanedo com>
Date:   Mon Aug 25 12:10:47 2014 +0100

    tracker-preferences: Remove fixed column width for indexed locations
    
    Was cutting off part of the text
    Also use 'true' not '1' for 'active' column attribute

 src/tracker-preferences/tracker-preferences.vala |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/tracker-preferences/tracker-preferences.vala 
b/src/tracker-preferences/tracker-preferences.vala
index f547223..a846367 100644
--- a/src/tracker-preferences/tracker-preferences.vala
+++ b/src/tracker-preferences/tracker-preferences.vala
@@ -826,10 +826,9 @@ public class Tracker.Preferences {
 
                        column = new TreeViewColumn.with_attributes (_("Recurse"),
                                                                     cell,
-                                                                    "active", 1,
+                                                                    "active", true,
                                                                     null);
                        column.set_expand (false);
-                       column.set_fixed_width (50);
                        view.append_column (column);
 
                        cell.toggled.connect ((toggle, path) => {


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