Increased margin (padding) on message field
This commit is contained in:
parent
7bbbe54d6c
commit
ef280c8836
@ -201,10 +201,10 @@
|
|||||||
<child>
|
<child>
|
||||||
<object class="GtkTextView" id="message_text_view">
|
<object class="GtkTextView" id="message_text_view">
|
||||||
<property name="wrap-mode">word</property>
|
<property name="wrap-mode">word</property>
|
||||||
<property name="margin-top">6</property>
|
<property name="margin-top">12</property>
|
||||||
<property name="margin-bottom">6</property>
|
<property name="margin-bottom">12</property>
|
||||||
<property name="margin-start">6</property>
|
<property name="margin-start">12</property>
|
||||||
<property name="margin-end">6</property>
|
<property name="margin-end">12</property>
|
||||||
<property name="hexpand">true</property>
|
<property name="hexpand">true</property>
|
||||||
<style>
|
<style>
|
||||||
<class name="view"/>
|
<class name="view"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user