diff options
author | Maran <maran.hidskes@gmail.com> | 2014-05-27 16:38:51 +0800 |
---|---|---|
committer | Maran <maran.hidskes@gmail.com> | 2014-05-27 16:38:51 +0800 |
commit | 07204f129e277fb5f63f080d6a146e28603f872e (patch) | |
tree | 7618107f3640c2f475fbe5a1976adb18cb6a773d /ethereal | |
parent | 47a58b40cd4ba764c9823448687307bb4a80c697 (diff) | |
download | dexon-07204f129e277fb5f63f080d6a146e28603f872e.tar dexon-07204f129e277fb5f63f080d6a146e28603f872e.tar.gz dexon-07204f129e277fb5f63f080d6a146e28603f872e.tar.bz2 dexon-07204f129e277fb5f63f080d6a146e28603f872e.tar.lz dexon-07204f129e277fb5f63f080d6a146e28603f872e.tar.xz dexon-07204f129e277fb5f63f080d6a146e28603f872e.tar.zst dexon-07204f129e277fb5f63f080d6a146e28603f872e.zip |
Increase size for asm
Diffstat (limited to 'ethereal')
-rw-r--r-- | ethereal/assets/qml/wallet.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ethereal/assets/qml/wallet.qml b/ethereal/assets/qml/wallet.qml index b467982c4..911422f91 100644 --- a/ethereal/assets/qml/wallet.qml +++ b/ethereal/assets/qml/wallet.qml @@ -339,7 +339,7 @@ ApplicationWindow { visible: false property var block width: 800 - height: 230 + height: 280 x: root.x y: root.y + root.height Component{ @@ -399,7 +399,7 @@ ApplicationWindow { } Rectangle { width: popup.width - height: 200 + height: 300 anchors.left: listViewThing.left anchors.top: txView.bottom Label { |