aboutsummaryrefslogtreecommitdiff
path: root/client/data/conversation_selector/chat_row_tooltip.ui
blob: 90fbd71238aac8146163ed69a03d458bd6ebfeee (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>
    <requires lib="gtk+" version="3.0"/>
    <object class="GtkBox" id="main_box">
        <property name="orientation">vertical</property>
        <property name="visible">True</property>
        <child>
            <object class="GtkLabel" id="jid_label">
                <property name="xalign">0</property>
                <property name="visible">True</property>
                <attributes>
                    <attribute name="weight" value="PANGO_WEIGHT_BOLD"/>
                </attributes>
            </object>
        </child>
        <child>
            <object class="GtkBox" id="inner_box">
                <property name="orientation">vertical</property>
                <property name="visible">True</property>
            </object>
        </child>
    </object>
</interface>