blob: a6e44bee36db785e45161e1d2ae2e91a5d2d3af9 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="GtkPythonNotebookTweakPanel" parent="GtkBox">
<property name="orientation">vertical</property>
<!-- Conservation de paramètres sécurisée -->
<child>
<object class="GtkGrid">
<property name="margin-start">20</property>
<property name="margin-end">20</property>
<property name="margin-top">20</property>
<property name="margin-bottom">20</property>
<property name="row-spacing">10</property>
<property name="column-spacing">10</property>
<child>
<object class="GtkLabel">
<property name="label">Secret storage</property>
<property name="use-markup">true</property>
<property name="xalign">0</property>
<layout>
<property name="column">0</property>
<property name="row">0</property>
<property name="column-span">2</property>
</layout>
<style>
<class name="heading"/>
</style>
</object>
</child>
</object>
</child>
</template>
</interface>
|