simplified window v3

This commit is contained in:
marcin
2014-07-19 17:11:16 +02:00
parent 58fb6d055b
commit 2541485881
3 changed files with 9 additions and 8 deletions

View File

@@ -31,6 +31,7 @@ Rectangle {
Grid {
anchors.verticalCenter: parent.verticalCenter
anchors.right: parent.right
width: 256
columns: 3
Text {
@@ -48,7 +49,7 @@ Rectangle {
Text {
id: balanceText
width: 100
width: 110
height: 20
font.family: "Arial"
font.pixelSize: 18
@@ -86,7 +87,7 @@ Rectangle {
Text {
id: availableBalanceText
width: 100
width: 110
height: 20
font.family: "Arial"
font.pixelSize: 14