Increased margin (padding) on message field

This commit is contained in:
jeffser 2024-05-22 12:05:48 -06:00
parent 7bbbe54d6c
commit ef280c8836

View File

@ -201,10 +201,10 @@
<child>
<object class="GtkTextView" id="message_text_view">
<property name="wrap-mode">word</property>
<property name="margin-top">6</property>
<property name="margin-bottom">6</property>
<property name="margin-start">6</property>
<property name="margin-end">6</property>
<property name="margin-top">12</property>
<property name="margin-bottom">12</property>
<property name="margin-start">12</property>
<property name="margin-end">12</property>
<property name="hexpand">true</property>
<style>
<class name="view"/>