file chooser dialog: Prevent uneven button heights

The height of the text buttons depends on the font height,
whereas the search button has a fixed-size icon in it...
Prevent unevent heights by putting them all in a size group.

https://bugzilla.gnome.org/show_bug.cgi?id=745263
This commit is contained in:
Matthias Clasen
2015-02-26 21:15:19 -05:00
parent 6855e1eec3
commit f96f69996a
2 changed files with 17 additions and 0 deletions

View File

@ -53,4 +53,7 @@
</object>
</child>
</template>
<object class="GtkSizeGroup" id="buttons">
<property name="mode">vertical</property>
</object>
</interface>