summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2021-01-24 05:27:07 +0100
committerMatthias Clasen <mclasen@redhat.com>2021-02-07 11:37:36 -0500
commit13724b64d2750b6e657ae8c1b46f33958b3065d9 (patch)
tree71c04500f5bd99f89d4f92731e1986c9633469e8
parent08b1d2b897cef5de6844103518952c58737feafc (diff)
downloadgtk+-13724b64d2750b6e657ae8c1b46f33958b3065d9.tar.gz
node editor: Make help textview monospace
Otherwise the nice markdown tables don't line up.
-rw-r--r--demos/node-editor/help-window.ui1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/node-editor/help-window.ui b/demos/node-editor/help-window.ui
index 7feffb7c18..ad8f50c33e 100644
--- a/demos/node-editor/help-window.ui
+++ b/demos/node-editor/help-window.ui
@@ -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>