-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmain.ui
More file actions
36 lines (36 loc) · 1.1 KB
/
main.ui
File metadata and controls
36 lines (36 loc) · 1.1 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Created with Cambalache 0.96.1 -->
<interface>
<object class="GtkWindow" id="main">
<property name="title">Wallpaper Engine Linux</property>
<child>
<object class="GtkPaned">
<property name="orientation">horizontal</property>
<child>
<object class="GtkViewport">
<child>
<object class="GtkBox">
<property name="orientation">vertical</property>
<child>
<object class="GtkComboBoxText" id="display_selector"/>
</child>
<!-- Placeholders for sidebar widgets (added in code) -->
</object>
</child>
</object>
</child>
<child>
<object class="GtkScrolledWindow">
<child>
<object class="GtkViewport">
<child>
<object class="GtkFlowBox" id="image_grid"/>
</child>
</object>
</child>
</object>
</child>
</object>
</child>
</object>
</interface>