12b1113b42
- Add a title to the dialog - Add 6-px padding around it - Disable resizing - Don’t wrap the label text with manual line breaks - Tweak button labels and fix their capitalization Change-Id: I4d23777067ab331fc966dee10a0aea9ea157a0bb
74 lines
3.2 KiB
XML
74 lines
3.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<!-- Generated with glade 3.19.0 -->
|
||
<interface>
|
||
<requires lib="gtk+" version="3.12"/>
|
||
<object class="GtkDialog" id="CrashReportDialog">
|
||
<property name="can_focus">False</property>
|
||
<property name="border_width">6</property>
|
||
<property name="title" translatable="yes">Crash Report</property>
|
||
<property name="resizable">False</property>
|
||
<property name="type_hint">dialog</property>
|
||
<child internal-child="vbox">
|
||
<object class="GtkBox" id="dialog-vbox1">
|
||
<property name="can_focus">False</property>
|
||
<property name="orientation">vertical</property>
|
||
<property name="spacing">12</property>
|
||
<child internal-child="action_area">
|
||
<object class="GtkButtonBox" id="dialog-action_area1">
|
||
<property name="can_focus">False</property>
|
||
<property name="layout_style">end</property>
|
||
<child>
|
||
<object class="GtkButton" id="btn_send">
|
||
<property name="label" translatable="yes">_Send Crash Report</property>
|
||
<property name="visible">True</property>
|
||
<property name="can_focus">True</property>
|
||
<property name="has_default">True</property>
|
||
<property name="receives_default">True</property>
|
||
<property name="use_underline">True</property>
|
||
</object>
|
||
<packing>
|
||
<property name="expand">True</property>
|
||
<property name="fill">True</property>
|
||
<property name="position">0</property>
|
||
</packing>
|
||
</child>
|
||
<child>
|
||
<object class="GtkButton" id="btn_cancel">
|
||
<property name="label" translatable="yes">_Don’t Send</property>
|
||
<property name="visible">True</property>
|
||
<property name="can_focus">True</property>
|
||
<property name="receives_default">True</property>
|
||
<property name="use_underline">True</property>
|
||
</object>
|
||
<packing>
|
||
<property name="expand">True</property>
|
||
<property name="fill">True</property>
|
||
<property name="position">1</property>
|
||
</packing>
|
||
</child>
|
||
</object>
|
||
<packing>
|
||
<property name="expand">False</property>
|
||
<property name="fill">False</property>
|
||
<property name="position">0</property>
|
||
</packing>
|
||
</child>
|
||
<child>
|
||
<object class="GtkLabel" id="label1">
|
||
<property name="visible">True</property>
|
||
<property name="can_focus">False</property>
|
||
<property name="label" translatable="yes">We are sorry but it seems that LibreOffice crashed the last time.
|
||
|
||
You can help us fix this issue by sending the crash report to the LibreOffice crash reporting server.</property>
|
||
<property name="wrap">True</property>
|
||
</object>
|
||
<packing>
|
||
<property name="expand">False</property>
|
||
<property name="fill">True</property>
|
||
<property name="position">1</property>
|
||
</packing>
|
||
</child>
|
||
</object>
|
||
</child>
|
||
</object>
|
||
</interface>
|