[gtk+] file chooser: Avoid tall combos
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] file chooser: Avoid tall combos
- Date: Sat, 20 Jun 2015 14:57:19 +0000 (UTC)
commit b4a88c7287c0e63ba3bbd2a105e2341d7f796add
Author: Caolán McNamara <caolanm redhat com>
Date: Fri Jun 19 15:47:53 2015 +0100
file chooser: Avoid tall combos
The filter combo box in the file chooser was stretching to match
the height of the extra widgets next to it. Since, stretched combo
boxes are not a pretty sight, make it stick to the top instead.
Patch by Caolán McNamara,
https://bugzilla.gnome.org/show_bug.cgi?id=751227
gtk/ui/gtkfilechooserwidget.ui | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gtk/ui/gtkfilechooserwidget.ui b/gtk/ui/gtkfilechooserwidget.ui
index 18816ff..264f9cc 100644
--- a/gtk/ui/gtkfilechooserwidget.ui
+++ b/gtk/ui/gtkfilechooserwidget.ui
@@ -346,6 +346,7 @@
<property name="focus_on_click">False</property>
<property name="entry_text_column">0</property>
<property name="id_column">1</property>
+ <property name="valign">start</property>
<signal name="changed" handler="filter_combo_changed" swapped="no"/>
</object>
<packing>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]