forked from brmlab/brmbar-github
BasePage: Fix vertical alignment of version number
This commit is contained in:
parent
20c6b062df
commit
8c4f7f5a5c
1 changed files with 2 additions and 0 deletions
|
@ -10,8 +10,10 @@ Rectangle {
|
||||||
id: title
|
id: title
|
||||||
x: 65
|
x: 65
|
||||||
y: 35
|
y: 35
|
||||||
|
height: 65
|
||||||
color: "#71cccc"
|
color: "#71cccc"
|
||||||
text: "brmbar v3"
|
text: "brmbar v3"
|
||||||
|
verticalAlignment: Text.AlignVCenter
|
||||||
font.pixelSize: 0.768 * 49
|
font.pixelSize: 0.768 * 49
|
||||||
}
|
}
|
||||||
BarClock {
|
BarClock {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue