BasePage: Fix vertical alignment of version number

This commit is contained in:
Petr Baudis 2012-10-16 23:39:59 +02:00
parent 20c6b062df
commit 8c4f7f5a5c

View file

@ -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 {