Figuring out the perms issue
This commit is contained in:
6
Main.qml
6
Main.qml
@@ -40,7 +40,7 @@ Item {
|
|||||||
contentItem: Text {
|
contentItem: Text {
|
||||||
text: session.displayText
|
text: session.displayText
|
||||||
color: "white"
|
color: "white"
|
||||||
font.family: "Rajdhani"
|
//font.family: "Rajdhani"
|
||||||
font.capitalization: Font.AllUppercase
|
font.capitalization: Font.AllUppercase
|
||||||
font.bold: true
|
font.bold: true
|
||||||
font.pointSize: 30
|
font.pointSize: 30
|
||||||
@@ -133,7 +133,7 @@ Item {
|
|||||||
width: 955
|
width: 955
|
||||||
height: 75
|
height: 75
|
||||||
background: null
|
background: null
|
||||||
font.family: "Rajdhani"
|
//font.family: "Rajdhani"
|
||||||
font.pointSize: 30
|
font.pointSize: 30
|
||||||
font.bold: true
|
font.bold: true
|
||||||
color: "white"
|
color: "white"
|
||||||
@@ -166,7 +166,7 @@ Item {
|
|||||||
width: 955
|
width: 955
|
||||||
height: 75
|
height: 75
|
||||||
background: null
|
background: null
|
||||||
font.family: "Rajdhani"
|
//font.family: "Rajdhani"
|
||||||
font.pointSize: 30
|
font.pointSize: 30
|
||||||
font.bold: true
|
font.bold: true
|
||||||
color: "white"
|
color: "white"
|
||||||
|
|||||||
Reference in New Issue
Block a user