summaryrefslogtreecommitdiffstats
path: root/panels/firmware-security/cc-firmware-security-boot-dialog.ui
blob: 8b8957e7303d7dd228d30ee3b1593a210c753d3f (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
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <template class="CcFirmwareSecurityBootDialog" parent="GtkDialog">
    <property name="use-header-bar">True</property>
    <property name="default-width">400</property>
    <property name="modal">True</property>
    <child internal-child="headerbar">
      <object class="GtkHeaderBar">
        <property name="show_title_buttons">True</property>
        <child type="title">
          <object class="AdwBin" />
        </child>
        <style>
          <class name="flat" />
        </style>
      </object>
    </child>
    <child>
      <object class="GtkBox">
        <property name="orientation">vertical</property>
        <property name="margin-start">32</property>
        <property name="margin-end">32</property>
        <property name="margin-bottom">32</property>
        <child>
          <object class="GtkBox">
            <property name="orientation">vertical</property>
            <property name="spacing">16</property>
            <child>
              <object class="GtkImage" id="secure_boot_icon">
                <property name="pixel-size">32</property>
                <property name="halign">center</property>
                <property name="valign">center</property>
                <property name="icon-name">channel-insecure</property>
                <style>
                  <class name="security-level-icon"/>
                </style>
              </object>
            </child>
            <child>
              <object class="GtkLabel" id="secure_boot_title">
                <property name="wrap">True</property>
                <style>
                  <class name="title-2" />
                </style>
              </object>
            </child>
            <child>
              <object class="GtkLabel" id="secure_boot_description">
                <property name="wrap">True</property>
                <property name="width-chars">40</property>
                <property name="max-width-chars">40</property>
                <property name="justify">left</property>
                <property name="label" translatable="yes">Secure boot prevents malicious software from being loaded when the device starts.

For more information, contact the hardware manufacturer or IT support.</property>
              </object>
            </child>
          </object>
        </child>
      </object>
    </child>
  </template>
</interface>