diff options
Diffstat (limited to 'BasicPanel.qml')
| -rw-r--r-- | BasicPanel.qml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BasicPanel.qml b/BasicPanel.qml index 20a07d64..5698316f 100644 --- a/BasicPanel.qml +++ b/BasicPanel.qml @@ -35,6 +35,8 @@ Rectangle { color: "#F0EEEE" border.width: 1 border.color: "#DBDBDB" + property alias balanceText : balanceText.text; + property alias unlockedBalanceText : availableBalanceText.text; Rectangle { id: header @@ -63,6 +65,7 @@ Rectangle { columns: 3 Text { + width: 116 height: 20 font.family: "Arial" |
