aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet_identity_gtk_main_window.glade
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-05 15:38:02 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-05 15:38:02 +0000
commit28eb16f43c47a7ce9d15f5cbf632d8bcc0c6c763 (patch)
tree833d83bb1b44bd15a047c63ed702edc8a51f338c /contrib/gnunet_identity_gtk_main_window.glade
parentc09b54dabfffe2f3dae40971c04e3d7d48678587 (diff)
downloadgnunet-gtk-28eb16f43c47a7ce9d15f5cbf632d8bcc0c6c763.tar.gz
gnunet-gtk-28eb16f43c47a7ce9d15f5cbf632d8bcc0c6c763.zip
-gui polishing
Diffstat (limited to 'contrib/gnunet_identity_gtk_main_window.glade')
-rw-r--r--contrib/gnunet_identity_gtk_main_window.glade8
1 files changed, 6 insertions, 2 deletions
diff --git a/contrib/gnunet_identity_gtk_main_window.glade b/contrib/gnunet_identity_gtk_main_window.glade
index 098b6af1..d3cdc529 100644
--- a/contrib/gnunet_identity_gtk_main_window.glade
+++ b/contrib/gnunet_identity_gtk_main_window.glade
@@ -96,10 +96,8 @@
96 <property name="model">GNUNET_GTK_identity_liststore</property> 96 <property name="model">GNUNET_GTK_identity_liststore</property>
97 <property name="hadjustment">adjustment1</property> 97 <property name="hadjustment">adjustment1</property>
98 <property name="vadjustment">adjustment2</property> 98 <property name="vadjustment">adjustment2</property>
99 <property name="headers_clickable">False</property>
100 <property name="reorderable">True</property> 99 <property name="reorderable">True</property>
101 <property name="rules_hint">True</property> 100 <property name="rules_hint">True</property>
102 <property name="enable_search">False</property>
103 <property name="search_column">0</property> 101 <property name="search_column">0</property>
104 <property name="show_expanders">False</property> 102 <property name="show_expanders">False</property>
105 <property name="enable_grid_lines">horizontal</property> 103 <property name="enable_grid_lines">horizontal</property>
@@ -110,6 +108,10 @@
110 <object class="GtkTreeViewColumn" id="GNUNET_GTK_namespace_organizer_namespaces_treeview_column_name"> 108 <object class="GtkTreeViewColumn" id="GNUNET_GTK_namespace_organizer_namespaces_treeview_column_name">
111 <property name="sizing">autosize</property> 109 <property name="sizing">autosize</property>
112 <property name="title" translatable="yes">Name</property> 110 <property name="title" translatable="yes">Name</property>
111 <property name="clickable">True</property>
112 <property name="reorderable">True</property>
113 <property name="sort_indicator">True</property>
114 <property name="sort_column_id">0</property>
113 <child> 115 <child>
114 <object class="GtkCellRendererText" id="GNUNET_GTK_namespace_organizer_namespaces_treeview_column_name_text"> 116 <object class="GtkCellRendererText" id="GNUNET_GTK_namespace_organizer_namespaces_treeview_column_name_text">
115 <property name="editable">True</property> 117 <property name="editable">True</property>
@@ -125,6 +127,8 @@
125 <object class="GtkTreeViewColumn" id="GNUNET_GTK_namespace_organizer_namespaces_treeview_column_key"> 127 <object class="GtkTreeViewColumn" id="GNUNET_GTK_namespace_organizer_namespaces_treeview_column_key">
126 <property name="sizing">autosize</property> 128 <property name="sizing">autosize</property>
127 <property name="title" translatable="yes">Unique identifier</property> 129 <property name="title" translatable="yes">Unique identifier</property>
130 <property name="expand">True</property>
131 <property name="sort_column_id">1</property>
128 <child> 132 <child>
129 <object class="GtkCellRendererText" id="GNUNET_GTK_namespace_organizer_namespaces_treeview_column_key_text"/> 133 <object class="GtkCellRendererText" id="GNUNET_GTK_namespace_organizer_namespaces_treeview_column_key_text"/>
130 <attributes> 134 <attributes>