From ff3f1d30840026c792de7ee03b7786380694fe63 Mon Sep 17 00:00:00 2001 From: Stefan Brand Date: Mon, 25 Dec 2017 12:10:19 +0100 Subject: [PATCH] About Page Layout Fixes --- qml/pages/About.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qml/pages/About.qml b/qml/pages/About.qml index fa007d0..e9eb458 100644 --- a/qml/pages/About.qml +++ b/qml/pages/About.qml @@ -107,7 +107,7 @@ Page { font.pixelSize: Theme.fontSizeSmall horizontalAlignment: TextEdit.Center readOnly: true - text: qsTr("SailOTP uses the following third party libs:")+"\n\nhttp://caligatio.github.io/jsSHA/\nhttps://code.google.com/archive/p/crypto-js/\nhttp://sourceforge.net/projects/qzxing/\nhttp://fukuchi.org/works/qrencode/" + text: "\n"+qsTr("SailOTP uses the following third party libs:")+"\n\nhttp://caligatio.github.io/jsSHA/\nhttps://code.google.com/archive/p/crypto-js/\nhttp://sourceforge.net/projects/qzxing/\nhttp://fukuchi.org/works/qrencode/" color: "white" }