summaryrefslogtreecommitdiff
path: root/gtk/ui/gtkaboutdialog.ui
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-08-29 10:01:20 -0400
committerMatthias Clasen <mclasen@redhat.com>2016-08-29 10:01:20 -0400
commit6af5033386b60bdf71cc21d99d579c2a8c389880 (patch)
tree980e4556170954dbab07d2850b368a96b57f94ec /gtk/ui/gtkaboutdialog.ui
parentcfe4c9e0f41e37eb1d4e469c20579337b501e385 (diff)
downloadgtk+-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.ui1
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>