typo, turned word-wrap on in receipts label
the build was successful Details

This commit is contained in:
tastytea 2018-10-16 22:37:11 +02:00
parent d2ad621d71
commit 0f6de4d26e
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 4 additions and 1 deletions

View File

@ -72,6 +72,9 @@
<property name="textFormat">
<enum>Qt::AutoText</enum>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>