aboutsummaryrefslogtreecommitdiff
path: root/BasicPanel.qml
diff options
context:
space:
mode:
authormarcin <z.krzysztoff7@gmail.com>2014-07-19 17:11:16 +0200
committermarcin <z.krzysztoff7@gmail.com>2014-07-19 17:11:16 +0200
commit2541485881d5435169898c768c51b6afe6a27702 (patch)
tree482383c3973405fcd7204993d9ab37946739f1c3 /BasicPanel.qml
parent58fb6d055bda4c2f444459fe1970ec5361bd1756 (diff)
downloadmonzero-gui-2541485881d5435169898c768c51b6afe6a27702.tar.gz
monzero-gui-2541485881d5435169898c768c51b6afe6a27702.tar.xz
monzero-gui-2541485881d5435169898c768c51b6afe6a27702.zip
simplified window v3
Diffstat (limited to 'BasicPanel.qml')
-rw-r--r--BasicPanel.qml5
1 files changed, 3 insertions, 2 deletions
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