summaryrefslogtreecommitdiffstats
path: root/js/dbusServices/extensions/ui/extension-error-page.ui
blob: 5ce6a622a474e8c3a285af79aac8c70e69ec0b43 (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
101
102
103
104
105
106
107
108
109
110
111
112
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <template class="ExtensionPrefsErrorPage" parent="AdwPreferencesPage">
    <style>
      <class name="error-page"/>
    </style>
    <child>
      <object class="AdwPreferencesGroup">
        <child>
          <object class="GtkBox">
            <property name="orientation">vertical</property>
            <property name="spacing">12</property>
            <child>
              <object class="GtkLabel">
                <property name="label" translatable="yes">Something’s gone wrong</property>
                <style>
                  <class name="title-1"/>
                </style>
              </object>
            </child>
            <child>
              <object class="GtkLabel">
                <property name="label" translatable="yes">We’re very sorry, but there’s been a problem: the settings for this extension can’t be displayed. We recommend that you report the issue to the extension authors.</property>
                <property name="justify">center</property>
                <property name="wrap">True</property>
              </object>
            </child>
            <child>
              <object class="GtkFrame">
                <property name="margin-top">12</property>
                <child>
                  <object class="GtkBox">
                    <property name="hexpand">True</property>
                    <property name="orientation">vertical</property>
                    <child>
                      <object class="GtkBox" id="expander">
                        <property name="spacing">6</property>
                        <style>
                          <class name="expander"/>
                        </style>
                        <child>
                          <object class="GtkImage" id="expanderArrow">
                            <property name="icon-name">pan-end-symbolic</property>
                          </object>
                        </child>
                        <child>
                          <object class="GtkLabel">
                            <property name="label" translatable="yes">Technical Details</property>
                          </object>
                        </child>
                      </object>
                    </child>
                    <child>
                      <object class="GtkRevealer" id="revealer">
                        <child>
                          <object class="GtkBox">
                            <property name="orientation">vertical</property>
                            <child>
                              <object class="GtkTextView" id="errorView">
                                <property name="monospace">True</property>
                                <property name="editable">False</property>
                                <property name="wrap-mode">word</property>
                                <property name="left-margin">12</property>
                                <property name="right-margin">12</property>
                                <property name="top-margin">12</property>
                                <property name="bottom-margin">12</property>
                              </object>
                            </child>
                            <child>
                              <object class="GtkBox">
                                <style>
                                  <class name="expander-toolbar"/>
                                </style>
                                <child>
                                  <object class="GtkButton">
                                    <property name="receives-default">True</property>
                                    <property name="action-name">page.copy-error</property>
                                    <property name="has-frame">False</property>
                                    <property name="icon-name">edit-copy-symbolic</property>
                                  </object>
                                </child>
                                <child>
                                  <object class="GtkButton" id="homeButton">
                                    <property name="visible"
                                              bind-source="homeButton"
                                              bind-property="sensitive"
                                              bind-flags="sync-create"/>
                                    <property name="hexpand">True</property>
                                    <property name="halign">end</property>
                                    <property name="label" translatable="yes">Homepage</property>
                                    <property name="tooltip-text" translatable="yes">Visit extension homepage</property>
                                    <property name="receives-default">True</property>
                                    <property name="has-frame">False</property>
                                    <property name="action-name">page.show-url</property>
                                  </object>
                                </child>
                              </object>
                            </child>
                          </object>
                        </child>
                      </object>
                    </child>
                  </object>
                </child>
              </object>
            </child>
          </object>
        </child>
      </object>
    </child>
  </template>
</interface>