nodeeditor: Make the help window wide enough

Make the help window wide enough to show the
tables without wrapping.
This commit is contained in:
Matthias Clasen 2021-04-10 11:42:58 -04:00
parent fcf39170e1
commit 678e6fc6d6

View File

@ -2,8 +2,8 @@
<interface>
<object class="GtkWindow" id="window">
<property name="title" translatable="yes">Help</property>
<property name="default-width">720</property>
<property name="default-height">520</property>
<property name="default-width">920</property>
<property name="default-height">600</property>
<child>
<object class="GtkScrolledWindow">
<child>