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

@ -108,7 +108,7 @@ void MainWindow::about()
"<p><small>Copyright © 2018 <a href=\"mailto:tastytea@tastytea.de\">tastytea</a>.<br>"
"Licence GPLv3: <a href=\"https://www.gnu.org/licenses/gpl-3.0.html\">"
"GNU GPL version 3</a>.<br>"
"This program comes with ABSOLUTELY NO WARRANTY. This is free software,"
"This program comes with ABSOLUTELY NO WARRANTY. This is free software, "
"and you are welcome to redistribute it under certain conditions.</small></p>")
.arg(global::version));
}

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>