mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
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:
parent
cfe4c9e0f4
commit
6af5033386
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user