gtk-demo: Make source formatting uniform

Give the text view in the source tab the same
formatting as tabs we add for extra sources.
This commit is contained in:
Matthias Clasen 2020-08-09 00:03:43 -04:00
parent 1d49f933e9
commit 7f565806a8

View File

@ -134,6 +134,10 @@
<property name="bottom-margin">20</property>
<property name="editable">0</property>
<property name="cursor-visible">0</property>
<property name="monospace">1</property>
<property name="wrap-mode">word</property>
<property name="pixels-above-lines">2</property>
<property name="pixels-below-lines">2</property>
</object>
</child>
</object>