panorama-panel-file-listing.ui
XML 1.0 document, ASCII text
1
<?xml version='1.0' encoding='UTF-8'?>
2
<!-- Created with Cambalache 0.96.3 -->
3
<interface domain="panorama-panel-file-listing">
4
<!-- interface-name panorama-panel-file-listing.ui -->
5
<requires lib="gtk" version="4.18"/>
6
<template class="FileListingOptions" parent="GtkWindow">
7
<property name="title" translatable="yes">File listing options</property>
8
<child>
9
<object class="GtkScrolledWindow">
10
<child>
11
<object class="GtkViewport">
12
<child>
13
<object class="GtkBox">
14
<property name="margin-bottom">32</property>
15
<property name="margin-end">32</property>
16
<property name="margin-start">32</property>
17
<property name="margin-top">32</property>
18
<property name="orientation">vertical</property>
19
<child>
20
<object class="GtkFrame">
21
<child>
22
<object class="GtkListBox">
23
<property name="selection-mode">none</property>
24
<child>
25
<object class="GtkListBoxRow">
26
<property name="activatable">False</property>
27
<child>
28
<object class="GtkBox">
29
<property name="spacing">4</property>
30
<child>
31
<object class="GtkLabel">
32
<property name="label" translatable="yes">Directory to show</property>
33
<property name="xalign">0.0</property>
34
</object>
35
</child>
36
<child>
37
<object class="GtkButton" id="root_button">
38
<property name="hexpand">True</property>
39
</object>
40
</child>
41
</object>
42
</child>
43
</object>
44
</child>
45
<child>
46
<object class="GtkListBoxRow">
47
<property name="activatable">False</property>
48
<child>
49
<object class="GtkBox">
50
<property name="spacing">4</property>
51
<child>
52
<object class="GtkCheckButton" id="hidden_button">
53
<property name="label" translatable="yes">Show hidden files</property>
54
</object>
55
</child>
56
</object>
57
</child>
58
</object>
59
</child>
60
</object>
61
</child>
62
</object>
63
</child>
64
<child>
65
<object class="GtkFrame">
66
<property name="label-widget">
67
<object class="GtkLabel">
68
<property name="label" translatable="yes">Appearance</property>
69
<attributes>
70
<attribute name="weight" value="bold"/>
71
</attributes>
72
</object>
73
</property>
74
<child>
75
<object class="GtkListBox">
76
<property name="selection-mode">none</property>
77
<child>
78
<object class="GtkListBoxRow">
79
<property name="activatable">False</property>
80
<child>
81
<object class="GtkBox">
82
<property name="orientation">vertical</property>
83
<child>
84
<object class="GtkLabel">
85
<property name="label" translatable="yes">Icon size</property>
86
<property name="xalign">0.0</property>
87
</object>
88
</child>
89
<child>
90
<object class="GtkBox">
91
<child>
92
<object class="GtkScale">
93
<property name="adjustment">
94
<object class="GtkAdjustment" id="icon_size_adjustment">
95
<property name="lower">8.0</property>
96
<property name="step-increment">1.0</property>
97
<property name="upper">96.0</property>
98
<property name="value">24.0</property>
99
</object>
100
</property>
101
<property name="hexpand">True</property>
102
<marks>
103
<mark position="bottom" value="16.0"/>
104
<mark position="bottom" value="24.0"/>
105
<mark value="32.0"/>
106
<mark value="48.0"/>
107
<mark value="64.0"/>
108
<mark value="96.0"/>
109
</marks>
110
</object>
111
</child>
112
<child>
113
<object class="GtkSpinButton">
114
<property name="adjustment">icon_size_adjustment</property>
115
</object>
116
</child>
117
</object>
118
</child>
119
</object>
120
</child>
121
</object>
122
</child>
123
<child>
124
<object class="GtkListBoxRow">
125
<property name="activatable">False</property>
126
<child>
127
<object class="GtkBox">
128
<property name="spacing">4</property>
129
<child>
130
<object class="GtkLabel">
131
<property name="label" translatable="yes">Icon name</property>
132
<property name="xalign">0.0</property>
133
</object>
134
</child>
135
<child>
136
<object class="GtkEntry" id="icon_name_entry">
137
<property name="hexpand">True</property>
138
</object>
139
</child>
140
</object>
141
</child>
142
</object>
143
</child>
144
<child>
145
<object class="GtkListBoxRow">
146
<property name="activatable">False</property>
147
<child>
148
<object class="GtkBox">
149
<property name="spacing">4</property>
150
<child>
151
<object class="GtkLabel">
152
<property name="label" translatable="yes">Label</property>
153
<property name="xalign">0.0</property>
154
</object>
155
</child>
156
<child>
157
<object class="GtkEntry" id="label_entry">
158
<property name="hexpand">True</property>
159
</object>
160
</child>
161
</object>
162
</child>
163
</object>
164
</child>
165
</object>
166
</child>
167
</object>
168
</child>
169
</object>
170
</child>
171
</object>
172
</child>
173
</object>
174
</child>
175
</template>
176
</interface>
177