Better margins for message textview

This commit is contained in:
jeffser 2024-07-04 18:21:40 -06:00
parent e4c77698bb
commit 4665e9419b

View File

@ -223,10 +223,10 @@
<class name="message_text_view" />
</style>
<property name="wrap-mode">word</property>
<property name="margin-start">5</property>
<property name="margin-end">5</property>
<property name="top-margin">18</property>
<property name="bottom-margin">18</property>
<property name="margin-start">10</property>
<property name="margin-end">10</property>
<property name="top-margin">10</property>
<property name="bottom-margin">10</property>
<property name="hexpand">true</property>
</object>
</child>