Merge PR #122: Make license text read only and bump year in about dialog

This commit is contained in:
Jenkins 2019-01-09 02:00:52 +01:00
commit 8f8085bc91

View File

@ -80,7 +80,7 @@ Page {
Layout.rightMargin: app.margins
wrapMode: Text.WordWrap
font.bold: true
text: "Copyright (C) 2018 guh GmbH"
text: "Copyright (C) 2019 guh GmbH"
}
Label {
@ -178,6 +178,7 @@ Page {
wrapMode: Text.WordWrap
font.pixelSize: app.smallFont
anchors { left: parent.left; right: parent.right; margins: app.margins }
readOnly: true
Component.onCompleted: {
var xhr = new XMLHttpRequest;
xhr.open("GET", "../../LICENSE");