gtk-demo: More space

Increase the inter-paragraph spacing in the info
text, to make paragraphs more clearly separated.
This commit is contained in:
Matthias Clasen 2020-09-14 16:21:13 -04:00
parent aa32613beb
commit cc6faeab50

View File

@ -106,8 +106,9 @@
<property name="right-margin">20</property>
<property name="top-margin">20</property>
<property name="bottom-margin">20</property>
<property name="pixels-above-lines">2</property>
<property name="pixels-below-lines">2</property>
<property name="pixels-above-lines">6</property>
<property name="pixels-below-lines">6</property>
<property name="monospace">0</property>
<property name="editable">0</property>
<property name="wrap-mode">word</property>
<property name="cursor-visible">0</property>