diff options
author | Matthias Clasen <mclasen@redhat.com> | 2016-08-29 10:01:20 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-08-29 10:01:20 -0400 |
commit | 6af5033386b60bdf71cc21d99d579c2a8c389880 (patch) | |
tree | 980e4556170954dbab07d2850b368a96b57f94ec /gtk/ui/gtkaboutdialog.ui | |
parent | cfe4c9e0f41e37eb1d4e469c20579337b501e385 (diff) | |
download | gtk+-6af5033386b60bdf71cc21d99d579c2a8c389880.tar.gz |
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
Diffstat (limited to 'gtk/ui/gtkaboutdialog.ui')
-rw-r--r-- | gtk/ui/gtkaboutdialog.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/ui/gtkaboutdialog.ui b/gtk/ui/gtkaboutdialog.ui index 9dca96d3c7..1ca6c85b7e 100644 --- a/gtk/ui/gtkaboutdialog.ui +++ b/gtk/ui/gtkaboutdialog.ui @@ -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> |