1
0
Fork 0
mirror of https://github.com/seiichiro0185/sailotp.git synced 2024-05-15 15:30:53 +00:00

About Page Layout Fixes

This commit is contained in:
seiichiro 2017-12-25 12:10:19 +01:00
parent 00b1c594c9
commit ff3f1d3084

View file

@ -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"
}