node editor: Make help textview monospace

Otherwise the nice markdown tables don't line up.
This commit is contained in:
Timm Bäder 2021-01-24 05:27:07 +01:00 committed by Matthias Clasen
parent 08b1d2b897
commit 13724b64d2

View File

@ -13,6 +13,7 @@
<property name="right-margin">20</property>
<property name="top-margin">20</property>
<property name="bottom-margin">20</property>
<property name="monospace">1</property>
<property name="buffer">
<object class="GtkTextBuffer" id="buffer"/>
</property>