-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbuilder_column_property.ui
More file actions
35 lines (35 loc) · 1.21 KB
/
builder_column_property.ui
File metadata and controls
35 lines (35 loc) · 1.21 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
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="GtkListItem">
<property name="child">
<object class="GtkBox">
<property name="orientation">horizontal</property>
<property name="spacing">20</property>
<child>
<object class="GtkEditableLabel">
<property name="hexpand">TRUE</property>
<property name="xalign">0</property>
<property name="editable">true</property>
<binding name="text">
<lookup type='GtkBox' name="orientation">
<lookup name="child">GtkListItem</lookup>
</lookup>
</binding>
</object>
</child>
<child>
<object class="GtkEditableLabel">
<property name="hexpand">TRUE</property>
<property name="xalign">1.0</property>
<property name="editable">true</property>
<binding name="text">
<lookup type='GtkBox' name="css_name">
<lookup name="child">GtkListItem</lookup>
</lookup>
</binding>
</object>
</child>
</object>
</property>
</template>
</interface>