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