~ubuntu-core-dev/ubuntu-release-upgrader/trunk

« back to all changes in this revision

Viewing changes to data/gtkbuilder/ReleaseNotes.ui

  • Committer: Balint Reczey
  • Date: 2019-12-17 20:29:55 UTC
  • Revision ID: balint.reczey@canonical.com-20191217202955-nqe4xz2c54s60y59
Moved to git at https://git.launchpad.net/ubuntu-release-upgrader

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<interface>
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>
23
 
            <child>
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>
33
 
              </object>
34
 
              <packing>
35
 
                <property name="expand">False</property>
36
 
                <property name="fill">False</property>
37
 
                <property name="position">0</property>
38
 
              </packing>
39
 
            </child>
40
 
            <child>
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>
51
 
              </object>
52
 
              <packing>
53
 
                <property name="expand">False</property>
54
 
                <property name="fill">False</property>
55
 
                <property name="position">1</property>
56
 
              </packing>
57
 
            </child>
58
 
          </object>
59
 
          <packing>
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>
64
 
          </packing>
65
 
        </child>
66
 
        <child>
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>
72
 
            <child>
73
 
              <placeholder/>
74
 
            </child>
75
 
          </object>
76
 
          <packing>
77
 
            <property name="expand">True</property>
78
 
            <property name="fill">True</property>
79
 
            <property name="position">1</property>
80
 
          </packing>
81
 
        </child>
82
 
      </object>
83
 
    </child>
84
 
    <action-widgets>
85
 
      <action-widget response="-6">okbutton1</action-widget>
86
 
      <action-widget response="-5">button2</action-widget>
87
 
    </action-widgets>
88
 
  </object>
89
 
</interface>