app 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.
This commit is contained in:
Matthias Clasen
2015-02-26 20:55:54 -05:00
parent c951740cf9
commit 6855e1eec3
2 changed files with 12 additions and 0 deletions

View File

@ -108,4 +108,11 @@
<property name="receives_default">True</property>
<signal name="clicked" handler="software_button_clicked_cb" swapped="no"/>
</object>
<object class="GtkSizeGroup" id="buttons">
<property name="mode">vertical</property>
<widgets>
<widget name="cancel_button"/>
<widget name="ok_button"/>
</widgets>
</object>
</interface>