aboutsummaryrefslogtreecommitdiff
path: root/main/data/chat_input.ui
blob: 455286ab6a44c3132e91b5b08b06f61da2e3d960 (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
<?xml version="1.0" encoding="UTF-8"?>
<interface>
    <requires lib="gtk+" version="3.22"/>
    <template class="DinoUiChatInput">
        <property name="hexpand">True</property>
        <property name="orientation">horizontal</property>
        <property name="margin">5</property>
        <property name="visible">True</property>
        <child>
            <object class="GtkScrolledWindow" id="scrolled">
                <property name="max_content_height">300</property>
                <property name="propagate_natural_height">True</property>
                <child>
                    <object class="GtkFrame">
                        <child>
                            <object class="GtkTextView" id="text_input">
                                <property name="wrap-mode">GTK_WRAP_WORD_CHAR</property>
                                <property name="border-width">5</property>
                                <property name="can_focus">True</property>
                                <property name="hexpand">True</property>
                                <property name="visible">True</property>
                            </object>
                        </child>
                    </object>
                </child>
            </object>
        </child>
    </template>
</interface>