about dialog: Set a max-content-height on credits

This keeps the credits section from making the dialog grow
when there are lots of credits.

https://bugzilla.gnome.org/show_bug.cgi?id=770458
This commit is contained in:
Matthias Clasen 2016-08-29 10:01:20 -04:00
parent cfe4c9e0f4
commit 6af5033386

View File

@ -158,6 +158,7 @@
<property name="visible">1</property>
<property name="hscrollbar-policy">never</property>
<property name="shadow-type">in</property>
<property name="max-content-height">60</property>
<child>
<object class="GtkViewport" id="viewport1">
<property name="visible">1</property>