By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

 settings-window.ui

View raw Download
text/xml • 1.59 kiB
XML 1.0 document, ASCII text
        
            
1
<?xml version='1.0' encoding='UTF-8'?>
2
<!-- Created with Cambalache 0.96.1 -->
3
<interface>
4
<!-- interface-name settings-window.ui -->
5
<requires lib="gtk" version="4.18"/>
6
<template class="SettingsWindow" parent="GtkWindow">
7
<property name="title" translatable="yes">Wallpapers</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
<property name="spacing">4</property>
20
<child>
21
<object class="GtkListBox" id="monitor_list">
22
<property name="selection-mode">none</property>
23
</object>
24
</child>
25
<child>
26
<object class="GtkLabel">
27
<property name="label" translatable="yes">&lt;i&gt;Drop image files or directories with images on a monitor to set&lt;/i&gt;</property>
28
<property name="use-markup">True</property>
29
<property name="wrap">True</property>
30
<property name="xalign">0.0</property>
31
</object>
32
</child>
33
</object>
34
</child>
35
</object>
36
</child>
37
</object>
38
</child>
39
</template>
40
</interface>
41