forked from brmlab/brmbar-github
brmbarv3: Resize all texts by a horrible hack
This commit is contained in:
parent
0b43a93c0d
commit
bab3dd376a
16 changed files with 58 additions and 58 deletions
|
@ -19,7 +19,7 @@ Item {
|
|||
anchors.bottomMargin: 0
|
||||
anchors.top: parent.top
|
||||
anchors.topMargin: 0
|
||||
font.pixelSize: 60
|
||||
font.fontSize: 0.768 * 60
|
||||
}
|
||||
|
||||
Text {
|
||||
|
@ -33,6 +33,6 @@ Item {
|
|||
anchors.topMargin: 0
|
||||
anchors.right: parent.right
|
||||
anchors.rightMargin: 0
|
||||
transformOrigin: Item.Center; smooth: true; font.bold: false; wrapMode: Text.NoWrap; font.pixelSize: 60;horizontalAlignment: Text.AlignHCenter
|
||||
transformOrigin: Item.Center; smooth: true; font.bold: false; wrapMode: Text.NoWrap; font.fontSize: 0.768 * 60;horizontalAlignment: Text.AlignHCenter
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue