-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbackground-area.ui
36 lines (36 loc) · 1.31 KB
/
background-area.ui
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"?>
<interface>
<object class="GtkWindow" id="window1">
<property name="decorated">0</property>
<child>
<object class="GtkBox" id="box1">
<property name="orientation">vertical</property>
<property name="spacing">5</property>
<child>
<object class="GtkButton" id="button1">
<property name="name">button1</property>
<property name="receives_default">1</property>
<property name="width_request">144</property>
<property name="height_request">70</property>
</object>
</child>
<child>
<object class="GtkButton" id="button2">
<property name="name">button2</property>
<property name="receives_default">1</property>
<property name="width_request">144</property>
<property name="height_request">70</property>
</object>
</child>
<child>
<object class="GtkButton" id="button3">
<property name="name">button3</property>
<property name="receives_default">1</property>
<property name="width_request">144</property>
<property name="height_request">70</property>
</object>
</child>
</object>
</child>
</object>
</interface>