-
Notifications
You must be signed in to change notification settings - Fork 1
/
crash-dialog.ui
100 lines (100 loc) · 3.92 KB
/
crash-dialog.ui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<?xml version='1.0' encoding='UTF-8'?>
<!-- Created with Cambalache 0.93.0 -->
<interface>
<requires lib="gtk" version="4.0"/>
<object class="GtkBox" id="toplevel">
<property name="margin-bottom">15</property>
<property name="margin-end">15</property>
<property name="margin-start">15</property>
<property name="margin-top">15</property>
<property name="orientation">vertical</property>
<property name="spacing">15</property>
<property name="vexpand">True</property>
<child>
<object class="GtkLabel">
<property name="hexpand">True</property>
<property name="hexpand-set">True</property>
<property name="justify">fill</property>
<property name="label">Unforunately, Charm has panicked. Please <a href="https://github.com/misson20000/charm/issues">submit a bug report on GitHub</a> including the information below. It is helpful if you can also include a description of what happened before the panic and a copy of the document that was open when the panic occurred.</property>
<property name="natural-wrap-mode">word</property>
<property name="use-markup">True</property>
<property name="wrap">True</property>
</object>
</child>
<child>
<object class="GtkScrolledWindow">
<property name="height-request">250</property>
<property name="vexpand">True</property>
<child>
<object class="GtkTextView">
<property name="buffer">
<object class="GtkTextBuffer" id="report_buffer">
<property name="enable-undo">False</property>
<property name="text">The crash report goes here.</property>
</object>
</property>
<property name="editable">False</property>
<property name="monospace">True</property>
</object>
</child>
</object>
</child>
<child>
<object class="GtkLabel">
<property name="halign">start</property>
<property name="justify">fill</property>
<property name="label">Panics in Charm are usually somewhat recoverable, but you may encounter buggy behavior. Select which version of each document you want to reopen or save.</property>
<property name="wrap">True</property>
</object>
</child>
<child>
<object class="GtkBox">
<property name="halign">start</property>
<property name="spacing">10</property>
<child>
<object class="GtkButton">
<property name="action-name">win.deselect_all</property>
<property name="label">Deselect all</property>
</object>
</child>
<child>
<object class="GtkButton">
<property name="action-name">win.select_all</property>
<property name="label">Select All</property>
</object>
</child>
</object>
</child>
<child>
<object class="GtkScrolledWindow">
<property name="height-request">250</property>
<property name="vexpand">True</property>
<child>
<object class="GtkListView" id="documents">
<property name="show-separators">True</property>
</object>
</child>
</object>
</child>
<child>
<object class="GtkBox">
<property name="halign">end</property>
<property name="spacing">15</property>
<property name="valign">end</property>
<child>
<object class="GtkButton">
<property name="action-name">app.force_exit</property>
<property name="label">Quit</property>
</object>
</child>
<child>
<object class="GtkButton">
<property name="action-name">win.reopen</property>
<property name="css-classes">suggested-action</property>
<property name="label">Reopen</property>
</object>
</child>
</object>
</child>
</object>
</interface>