aboutsummaryrefslogtreecommitdiff
path: root/main/data/message_item_widget_edit_mode.ui
blob: 907dbbf045f03f4de42cb4a80e52a3a2155e5715 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0" encoding="UTF-8"?>
<interface>
    <requires lib="gtk+" version="3.22"/>
    <template class="DinoUiConversationSummaryMessageItemEditMode" parent="GtkBox">
        <property name="orientation">vertical</property>
        <property name="spacing">5</property>
        <property name="margin_top">5</property>
        <property name="margin_bottom">5</property>
        <child>
            <object class="GtkFrame" id="frame">
                <style>
                    <class name="dino-chatinput"/>
                </style>
                <child>
                    <object class="GtkBox">
                        <child>
                            <object class="DinoUiChatTextView" id="chat_text_view" />
                        </child>
                        <child>
                            <object class="GtkMenuButton" id="emoji_button">
                                <property name="has-frame">False</property>
                                <property name="margin-top">3</property>
                                <property name="valign">start</property>
                                <style>
                                    <class name="dino-chatinput-button"/>
                                    <class name="flat"/>
                                </style>
                                <child>
                                    <object class="GtkImage">
                                        <property name="icon-name">dino-emoticon-symbolic</property>
                                        <property name="icon-size">1</property>
                                    </object>
                                </child>
                            </object>
                        </child>
                    </object>
                </child>
            </object>
        </child>
        <child>
            <object class="GtkBox">
                <property name="spacing">5</property>
                <property name="halign">end</property>
                <child>
                    <object class="GtkButton" id="cancel_button">
                        <property name="label" translatable="yes">Cancel</property>
                    </object>
                </child>
                <child>
                    <object class="GtkButton" id="send_button">
                        <property name="label" translatable="yes">Update message</property>
                        <style>
                            <class name="suggested-action"/>
                        </style>
                    </object>
                </child>
            </object>
        </child>
    </template>
</interface>