aboutsummaryrefslogtreecommitdiff
path: root/main/data/conversation_list_titlebar.ui
blob: 6c5d2d0a66793a098e9b3400c618311e99bbc7e7 (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
<?xml version="1.0" encoding="UTF-8"?>
<interface>
    <template class="DinoUiConversationListTitlebar" parent="GtkHeaderBar">
        <property name="hexpand">False</property>
        <property name="show_close_button">True</property>
        <property name="visible">True</property>
        <style>
            <class name="dino-left"/>
        </style>
        <child>
            <object class="GtkMenuButton" id="add_button">
                <property name="visible">True</property>
                <child>
                    <object class="GtkImage">
                        <property name="visible">True</property>
                        <property name="icon-name">list-add-symbolic</property>
                        <property name="icon-size">1</property>
                    </object>
                </child>
            </object>
            <packing>
                <property name="pack_type">start</property>
            </packing>
        </child>
    </template>
</interface>