about dialog: Make labels wrap at reasonable length

Several labels in GtkAboutDialog are set to wrap, but
don't set a value for max-width-chars. Fix that.
This commit is contained in:
Matthias Clasen 2013-12-01 16:18:07 -05:00
parent 8eeebda1e5
commit e036028402

View File

@ -152,6 +152,7 @@
<property name="wrap">True</property>
<property name="selectable">True</property>
<property name="no-show-all">True</property>
<property name="max-width-chars">60</property>
</object>
<packing>
<property name="expand">False</property>
@ -194,6 +195,7 @@
<property name="wrap">True</property>
<property name="selectable">True</property>
<property name="no_show_all">True</property>
<property name="max-width-chars">60</property>
</object>
<packing>
<property name="expand">False</property>
@ -210,6 +212,7 @@
<property name="wrap">True</property>
<property name="selectable">True</property>
<property name="no-show-all">True</property>
<property name="max-width-chars">60</property>
</object>
<packing>
<property name="expand">False</property>