summaryrefslogtreecommitdiffstats
path: root/panels/diagnostics/cc-diagnostics-panel.ui
blob: 4838a63e4714956484b5b3248e7697f75b053da3 (plain)
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"?>
<!-- Generated with glade 3.18.1 -->
<interface>
  <requires lib="gtk+" version="3.14"/>
  <template class="CcDiagnosticsPanel" parent="CcPanel">
    <property name="visible">True</property>
    <child>
      <object class="GtkScrolledWindow">
        <property name="visible">1</property>
        <property name="hscrollbar-policy">never</property>
        <child>
          <object class="HdyClamp">
            <property name="visible">True</property>
            <property name="margin_top">32</property>
            <property name="margin_bottom">32</property>
            <property name="margin_start">12</property>
            <property name="margin_end">12</property>

            <child>
              <object class="GtkBox">
                <property name="visible">1</property>
                <property name="orientation">vertical</property>
                <property name="hexpand">1</property>
                <child>
                  <object class="GtkLabel">
                    <property name="visible">1</property>
                    <property name="margin-bottom">12</property>
                    <property name="label" translatable="yes">Problem Reporting</property>
                    <property name="wrap">1</property>
                    <property name="max-width-chars">50</property>
                    <property name="xalign">0</property>
                    <attributes>
                      <attribute name="weight" value="bold"/>
                    </attributes>
                  </object>
                </child>
                <child>
                  <object class="GtkLabel" id="diagnostics_explanation_label">
                    <property name="visible">1</property>
                    <property name="margin-bottom">12</property>
                    <property name="use-markup">1</property>
                    <property name="wrap">1</property>
                    <property name="max-width-chars">50</property>
                    <property name="xalign">0</property>
                  </object>
                </child>
                <child>
                  <object class="GtkListBox" id="diagnostics_list_box">
                    <property name="visible">1</property>
                    <property name="can-focus">1</property>
                    <property name="selection-mode">none</property>
                    <child>
                      <object class="GtkListBoxRow">
                        <property name="visible">1</property>
                        <child>
                          <object class="GtkBox">
                            <property name="visible">1</property>
                        <property name="margin_start">12</property>
                        <property name="margin_end">12</property>
                        <property name="margin_top">12</property>
                        <property name="margin_bottom">12</property>
                            <child>
                              <object class="GtkLabel">
                                <property name="visible">1</property>
                                <property name="label" translatable="yes">_Automatic Problem Reporting</property>
                                <property name="use_underline">1</property>
                                <property name="mnemonic_widget">abrt_switch</property>
                                <property name="xalign">0</property>
                                <property name="valign">center</property>
                              </object>
                              <packing>
                                <property name="expand">1</property>
                              </packing>
                            </child>
                            <child>
                              <object class="GtkSwitch" id="abrt_switch">
                                <property name="visible">1</property>
                                <property name="halign">end</property>
                                <property name="valign">center</property>
                              </object>
                            </child>
                          </object>
                        </child>
                      </object>
                    </child>
                    <style>
                      <class name="view"/>
                      <class name="frame"/>
                    </style>
                  </object>
                </child>
              </object>
            </child>

          </object>
        </child>
      </object>
    </child>
  </template>
</interface>