msg-entry: Scrollbar for input

This commit is contained in:
Daniel García Moreno 2018-07-23 17:24:03 +02:00
parent 0998413058
commit bbc123a48f

View file

@ -341,6 +341,14 @@
<style>
<class name="message-input"/>
</style>
<child>
<object class="GtkScrolledWindow" id="input_scroll">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hscrollbar_policy">never</property>
<property name="vscrollbar_policy">external</property>
<property name="max_content_height">100</property>
<property name="propagate_natural_height">True</property>
<child>
<object class="GtkSourceView" id="msg_entry">
<property name="can_focus">True</property>
@ -355,6 +363,13 @@
</packing>
</child>
</object>
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
</object>
<packing>
<property name="expand">True</property>
<property name="fill">True</property>