blob: 576e25e3c0ac609c9a4e02934739132ad56b01b1 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="GtkTweakSection" parent="GtkListBoxRow">
<property name="child">
<object class="GtkBox">
<property name="orientation">horizontal</property>
<property name="margin-top">14</property>
<property name="margin-bottom">14</property>
<child>
<object class="GtkImage" id="icon">
<property name="icon-name">security-high-symbolic</property>
<property name="margin-start">12</property>
<property name="margin-end">12</property>
<style>
<class name="icon-dropshadow"/>
</style>
</object>
</child>
<child>
<object class="GtkLabel" id="label">
<property name="xalign">0</property>
<property name="label" translatable="yes">Security</property>
<property name="hexpand">true</property>
</object>
</child>
<child>
<object class="GtkImage" id="next">
<property name="icon-name">go-next-symbolic</property>
<property name="margin-start">12</property>
<property name="margin-end">12</property>
<style>
<class name="icon-dropshadow"/>
</style>
</object>
</child>
</object>
</property>
</template>
</interface>
|