forked from AuroraMiddleware/gtk
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:
parent
e036028402
commit
b53b5578f3
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user