[tracker] tracker-preferences: Remove fixed column width for indexed locations
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] tracker-preferences: Remove fixed column width for indexed locations
- Date: Mon, 25 Aug 2014 11:44:24 +0000 (UTC)
commit 37cf3a8980d33b867da0b8dffd4a0314529f1865
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 f641c8d..1368aed 100644
--- a/src/tracker-preferences/tracker-preferences.vala
+++ b/src/tracker-preferences/tracker-preferences.vala
@@ -951,10 +951,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]