From 2541485881d5435169898c768c51b6afe6a27702 Mon Sep 17 00:00:00 2001 From: marcin Date: Sat, 19 Jul 2014 17:11:16 +0200 Subject: simplified window v3 --- BasicPanel.qml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'BasicPanel.qml') diff --git a/BasicPanel.qml b/BasicPanel.qml index cc3ccba0..8708bd8e 100644 --- a/BasicPanel.qml +++ b/BasicPanel.qml @@ -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 -- cgit v1.2.3