mirror of
https://github.com/brmlab/brmbar.git
synced 2025-06-08 13:24:01 +02:00
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
|
@ -45,7 +45,7 @@ Item {
|
|||
text: modelData.name
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
color: "#ffffff"
|
||||
font.pixelSize: 46
|
||||
font.fontSize: 0.768 * 46
|
||||
}
|
||||
|
||||
Text {
|
||||
|
@ -55,7 +55,7 @@ Item {
|
|||
color: "#ffff7c"
|
||||
text: modelData.negbalance_str
|
||||
horizontalAlignment: Text.AlignRight
|
||||
font.pixelSize: 46
|
||||
font.fontSize: 0.768 * 46
|
||||
}
|
||||
|
||||
BarButton {
|
||||
|
@ -64,7 +64,7 @@ Item {
|
|||
width: 240
|
||||
height: 68
|
||||
text: "Withdraw"
|
||||
fontSize: 46
|
||||
fontSize: 0.768 * 46
|
||||
onButtonClick: {
|
||||
loadPage("Withdraw", { username: modelData.name, userdbid: modelData.id })
|
||||
}
|
||||
|
@ -87,7 +87,7 @@ Item {
|
|||
y: 582
|
||||
width: 360
|
||||
text: "Add User"
|
||||
fontSize: 60
|
||||
fontSize: 0.768 * 60
|
||||
btnColor: "#666666"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue