diff options
author | Christian Grothoff <christian@grothoff.org> | 2011-12-31 19:20:11 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2011-12-31 19:20:11 +0000 |
commit | 3a2623018e43515e1349512ab50f644d0f571468 (patch) | |
tree | 3b4945bab208cf9987e71b42901a4ee99ccbe1e4 | |
parent | fa479ec59f4dd772e9ea562e4a30ed3031f47925 (diff) | |
download | gnunet-gtk-3a2623018e43515e1349512ab50f644d0f571468.tar.gz gnunet-gtk-3a2623018e43515e1349512ab50f644d0f571468.zip |
-LRN: Try-to-make-tabs-smaller.patch - makes notebook tabs a bit
smaller. Not sure how it looks on other platforms, so check that one
before committing. --- CG: I prefer it with more padding, but easy to
adjust later; I want to see how the 3 patches look together.
-rw-r--r-- | contrib/gnunet_fs_gtk_search_tab.glade | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/contrib/gnunet_fs_gtk_search_tab.glade b/contrib/gnunet_fs_gtk_search_tab.glade index 93e5debb..1a8f95d2 100644 --- a/contrib/gnunet_fs_gtk_search_tab.glade +++ b/contrib/gnunet_fs_gtk_search_tab.glade | |||
@@ -163,18 +163,25 @@ | |||
163 | <object class="GtkHBox" id="_search_result_label_hbox"> | 163 | <object class="GtkHBox" id="_search_result_label_hbox"> |
164 | <property name="visible">True</property> | 164 | <property name="visible">True</property> |
165 | <property name="can_focus">False</property> | 165 | <property name="can_focus">False</property> |
166 | <property name="border_width">5</property> | ||
167 | <child> | 166 | <child> |
168 | <object class="GtkLabel" id="_search_result_label_window_label"> | 167 | <object class="GtkAlignment" id="_search_result_label_window_label_alignment"> |
169 | <property name="height_request">30</property> | ||
170 | <property name="visible">True</property> | 168 | <property name="visible">True</property> |
171 | <property name="can_focus">False</property> | 169 | <property name="can_focus">False</property> |
172 | <property name="label" translatable="yes">query</property> | 170 | <property name="border_width">2</property> |
171 | <property name="xscale">0</property> | ||
172 | <property name="yscale">0</property> | ||
173 | <child> | ||
174 | <object class="GtkLabel" id="_search_result_label_window_label"> | ||
175 | <property name="height_request">30</property> | ||
176 | <property name="visible">True</property> | ||
177 | <property name="can_focus">False</property> | ||
178 | <property name="label">query</property> | ||
179 | </object> | ||
180 | </child> | ||
173 | </object> | 181 | </object> |
174 | <packing> | 182 | <packing> |
175 | <property name="expand">True</property> | 183 | <property name="expand">False</property> |
176 | <property name="fill">True</property> | 184 | <property name="fill">False</property> |
177 | <property name="padding">5</property> | ||
178 | <property name="position">0</property> | 185 | <property name="position">0</property> |
179 | </packing> | 186 | </packing> |
180 | </child> | 187 | </child> |
@@ -252,6 +259,7 @@ | |||
252 | <property name="visible">True</property> | 259 | <property name="visible">True</property> |
253 | <property name="can_focus">False</property> | 260 | <property name="can_focus">False</property> |
254 | <property name="stock">gtk-clear</property> | 261 | <property name="stock">gtk-clear</property> |
262 | <property name="icon-size">2</property> | ||
255 | </object> | 263 | </object> |
256 | </child> | 264 | </child> |
257 | </object> | 265 | </object> |