forked from brmlab/brmbar-github
brmbarv3: Convert font sizes from points to pixels to be DPI-independent
This commit is contained in:
parent
4d72dff187
commit
e55f5cfa5e
15 changed files with 59 additions and 59 deletions
|
@ -12,7 +12,7 @@ Rectangle {
|
|||
y: 35
|
||||
color: "#71cccc"
|
||||
text: "brmbar v3"
|
||||
font.pointSize: 36
|
||||
font.pixelSize: 49
|
||||
}
|
||||
BarClock {
|
||||
id: clock
|
||||
|
@ -20,7 +20,7 @@ Rectangle {
|
|||
y: 35
|
||||
color: "#000000"
|
||||
textColor: "#71cccc"
|
||||
textSize: 36
|
||||
textSize: 49
|
||||
}
|
||||
|
||||
Image {
|
||||
|
@ -43,7 +43,7 @@ Rectangle {
|
|||
text: ""
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
//anchors.horizontalCenter: clock.horizontalCenter
|
||||
font.pointSize: 36
|
||||
font.pixelSize: 49
|
||||
|
||||
state: "HIDDEN"
|
||||
opacity: 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue