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
|
@ -12,7 +12,7 @@ Rectangle {
|
|||
y: 35
|
||||
color: "#71cccc"
|
||||
text: "brmbar v3"
|
||||
font.pixelSize: 49
|
||||
font.fontSize: 0.768 * 49
|
||||
}
|
||||
BarClock {
|
||||
id: clock
|
||||
|
@ -20,7 +20,7 @@ Rectangle {
|
|||
y: 35
|
||||
color: "#000000"
|
||||
textColor: "#71cccc"
|
||||
textSize: 49
|
||||
textSize: 0.768 * 49
|
||||
}
|
||||
|
||||
Image {
|
||||
|
@ -43,7 +43,7 @@ Rectangle {
|
|||
text: ""
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
//anchors.horizontalCenter: clock.horizontalCenter
|
||||
font.pixelSize: 49
|
||||
font.fontSize: 0.768 * 49
|
||||
|
||||
state: "HIDDEN"
|
||||
opacity: 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue