message dialog: Make labels wrap at a reasonable length

Several labels in GtkMessageDialog were set to wrap, but
did not set max-width-chars. Fix that.
This commit is contained in:
Matthias Clasen 2013-12-01 16:19:17 -05:00
parent e036028402
commit b53b5578f3

View File

@ -69,6 +69,7 @@
<property name="yalign">0</property>
<property name="wrap">True</property>
<property name="selectable">True</property>
<property name="max-width-chars">60</property>
</object>
<packing>
<property name="expand">False</property>
@ -86,6 +87,7 @@
<property name="yalign">0</property>
<property name="wrap">True</property>
<property name="selectable">True</property>
<property name="max-width-chars">60</property>
</object>
<packing>
<property name="expand">True</property>