aboutsummaryrefslogtreecommitdiff
path: root/main/data/search_autocomplete.ui
blob: 5146ac5af8340620a46aff71c75b96da4c2ad7e9 (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
<?xml version="1.0" encoding="UTF-8"?>
<interface>
    <object class="GtkBox" id="root">
        <property name="orientation">horizontal</property>
        <property name="visible">True</property>
        <child>
            <object class="DinoUiAvatarImage" id="image">
                <property name="margin-top">4</property>
                <property name="margin-bottom">4</property>
                <property name="margin-start">6</property>
                <property name="margin-end">6</property>
                <property name="height">24</property>
                <property name="width">24</property>
                <property name="allow_gray">False</property>
            </object>
        </child>
        <child>
            <object class="GtkLabel" id="label">
                <property name="ellipsize">end</property>
            </object>
        </child>
    </object>
</interface>