bug 9235: Shrink size of Break Lock (and other QuestionDialogs)

This commit is contained in:
prculley 2016-12-17 11:08:48 -06:00 committed by Nick Hall
parent 2359633198
commit defcda7981

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
<!-- Generated with glade 3.20.0 -->
<interface>
<requires lib="gtk+" version="3.10"/>
<object class="GtkDialog" id="hidedialog">
@ -97,6 +97,7 @@
<property name="margin_bottom">12</property>
<property name="hexpand">True</property>
<property name="wrap">True</property>
<property name="max_width_chars">80</property>
</object>
<packing>
<property name="left_attach">1</property>
@ -760,6 +761,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">label</property>
<property name="max_width_chars">80</property>
</object>
<packing>
<property name="expand">False</property>
@ -778,6 +780,7 @@
<property name="label" translatable="yes">label</property>
<property name="use_markup">True</property>
<property name="wrap">True</property>
<property name="max_width_chars">80</property>
</object>
<packing>
<property name="expand">False</property>