msg-entry: Scrollbar for input
This commit is contained in:
parent
0998413058
commit
bbc123a48f
1 changed files with 19 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue