summaryrefslogtreecommitdiff
path: root/templates/about.xml
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2021-03-11 23:31:30 -0500
committerLex Neva <github.com@lexneva.name>2021-03-11 23:31:30 -0500
commit1632afbb01344fe3391a76f20c3df54366b918f9 (patch)
treeb9e75f15d2e6c54a80980f69ce0856910f648ed5 /templates/about.xml
parent7ecfd5b969928dd5f59467bf700a42dd1680c4fe (diff)
make license text scrollable
Diffstat (limited to 'templates/about.xml')
-rw-r--r--templates/about.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/about.xml b/templates/about.xml
index 68609d95..5bd6c43d 100644
--- a/templates/about.xml
+++ b/templates/about.xml
@@ -13,7 +13,7 @@
<label indent="1" appearance="url">https://inkstitch.org</label>
</page>
<page name="license" gui-text="{%trans %}License{% endtrans %}">
- <param name="license-text" type="description" xml:space="preserve">
+ <param name="license-text" gui-text="" type="string" appearance="multiline">
{{ inkstitch_license }}
</param>
</page>