1
<?xml version="1.0" encoding="UTF-8"?>
3
<!-- interface-requires gtk+ 3.0 -->
4
<object class="GtkDialog" id="dialog_release_notes">
5
<property name="icon_name">system-software-update</property>
6
<property name="can_focus">False</property>
7
<property name="border_width">6</property>
8
<property name="title" translatable="yes">Release Notes</property>
9
<property name="modal">True</property>
10
<property name="window_position">center-on-parent</property>
11
<property name="default_width">600</property>
12
<property name="default_height">500</property>
13
<property name="type_hint">dialog</property>
14
<child internal-child="vbox">
15
<object class="GtkBox" id="dialog-vbox">
16
<property name="visible">True</property>
17
<property name="can_focus">False</property>
18
<property name="orientation">vertical</property>
19
<property name="spacing">6</property>
20
<child internal-child="action_area">
21
<object class="GtkButtonBox" id="dialog-action_area">
22
<property name="can_focus">False</property>
24
<object class="GtkButton" id="okbutton1">
25
<property name="label">gtk-cancel</property>
26
<property name="use_action_appearance">False</property>
27
<property name="visible">True</property>
28
<property name="can_focus">True</property>
29
<property name="can_default">True</property>
30
<property name="receives_default">True</property>
31
<property name="use_action_appearance">False</property>
32
<property name="use_stock">True</property>
35
<property name="expand">False</property>
36
<property name="fill">False</property>
37
<property name="position">0</property>
41
<object class="GtkButton" id="button2">
42
<property name="label" translatable="yes">_Upgrade</property>
43
<property name="use_action_appearance">False</property>
44
<property name="visible">True</property>
45
<property name="can_focus">True</property>
46
<property name="can_default">True</property>
47
<property name="has_default">True</property>
48
<property name="receives_default">True</property>
49
<property name="use_action_appearance">False</property>
50
<property name="use_underline">True</property>
53
<property name="expand">False</property>
54
<property name="fill">False</property>
55
<property name="position">1</property>
60
<property name="expand">False</property>
61
<property name="fill">True</property>
62
<property name="pack_type">end</property>
63
<property name="position">0</property>
67
<object class="GtkScrolledWindow" id="scrolled_notes">
68
<property name="visible">True</property>
69
<property name="can_focus">True</property>
70
<property name="border_width">6</property>
71
<property name="shadow_type">in</property>
77
<property name="expand">True</property>
78
<property name="fill">True</property>
79
<property name="position">1</property>
85
<action-widget response="-6">okbutton1</action-widget>
86
<action-widget response="-5">button2</action-widget>