aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-10-23 14:39:23 +0000
committerChristian Grothoff <christian@grothoff.org>2012-10-23 14:39:23 +0000
commit208ef7f967c47f187f4515cb2f1e43a4875e056f (patch)
tree094a3f9740a7a53102fa5e37111eaa072e8cc45a
parent62988d99c35059cffa719ce1af6321a35db5fd32 (diff)
downloadgnunet-gtk-208ef7f967c47f187f4515cb2f1e43a4875e056f.tar.gz
gnunet-gtk-208ef7f967c47f187f4515cb2f1e43a4875e056f.zip
-simplify UI, hide some columns that most users won't understand/need anyway
-rw-r--r--contrib/gnunet_fs_gtk_search_tab.glade3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/gnunet_fs_gtk_search_tab.glade b/contrib/gnunet_fs_gtk_search_tab.glade
index dc1b9cdf..6a46797f 100644
--- a/contrib/gnunet_fs_gtk_search_tab.glade
+++ b/contrib/gnunet_fs_gtk_search_tab.glade
@@ -118,6 +118,7 @@
118 </child> 118 </child>
119 <child> 119 <child>
120 <object class="GtkTreeViewColumn" id="search_result_mime_column"> 120 <object class="GtkTreeViewColumn" id="search_result_mime_column">
121 <property name="visible">False</property>
121 <property name="title">Format</property> 122 <property name="title">Format</property>
122 <property name="clickable">True</property> 123 <property name="clickable">True</property>
123 <property name="reorderable">True</property> 124 <property name="reorderable">True</property>
@@ -134,6 +135,7 @@
134 </child> 135 </child>
135 <child> 136 <child>
136 <object class="GtkTreeViewColumn" id="search_result_completed_column"> 137 <object class="GtkTreeViewColumn" id="search_result_completed_column">
138 <property name="visible">False</property>
137 <property name="title">Completed (bytes)</property> 139 <property name="title">Completed (bytes)</property>
138 <property name="reorderable">True</property> 140 <property name="reorderable">True</property>
139 <property name="sort_indicator">True</property> 141 <property name="sort_indicator">True</property>
@@ -182,6 +184,7 @@
182 </child> 184 </child>
183 <child> 185 <child>
184 <object class="GtkTreeViewColumn" id="search_result_applicability_column"> 186 <object class="GtkTreeViewColumn" id="search_result_applicability_column">
187 <property name="visible">False</property>
185 <property name="title">#</property> 188 <property name="title">#</property>
186 <property name="reorderable">True</property> 189 <property name="reorderable">True</property>
187 <property name="sort_indicator">True</property> 190 <property name="sort_indicator">True</property>