aboutsummaryrefslogtreecommitdiff
path: root/main/data/global_search.ui
blob: cc5f043be7fee689210d0f04944c2d491cb63491 (plain) (blame)
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="DinoUiGlobalSearch" parent="GtkBox">
        <property name="orientation">vertical</property>
        <property name="visible">True</property>
        <child>
            <object class="GtkSearchEntry" id="search_entry">
                <property name="visible">True</property>
                <property name="margin">12</property>
            </object>
        </child>
        <child>
            <object class="GtkLabel" id="entry_number_label">
                <property name="xalign">0</property>
                <property name="use-markup">True</property>
                <property name="margin-left">17</property>
                <property name="visible">True</property>
            </object>
        </child>
        <child>
            <object class="GtkScrolledWindow" id="results_scrolled">
                <property name="expand">True</property>
                <property name="visible">True</property>
                <child>
                    <object class="GtkBox" id="results_box">
                        <property name="orientation">vertical</property>
                        <property name="spacing">25</property>
                        <property name="margin">10</property>
                        <property name="visible">True</property>
                    </object>
                </child>
            </object>
        </child>
    </template>
</interface>