file chooser: Avoid tall combos
authorCaolán McNamara <caolanm@redhat.com>
Fri, 19 Jun 2015 14:47:53 +0000 (15:47 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 20 Jun 2015 14:55:02 +0000 (10:55 -0400)
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

index 18816ff2d7651a89795e9862822e5b3d03cab300..264f9cce48fe0830ce72cf20214f024de604bf3b 100644 (file)
                 <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>