diff options
author | Maran <maran.hidskes@gmail.com> | 2014-05-28 22:14:24 +0800 |
---|---|---|
committer | Maran <maran.hidskes@gmail.com> | 2014-05-28 22:14:24 +0800 |
commit | d4f9daa631fa832d556c16f3a29eaf73bd849f32 (patch) | |
tree | 7410d5e0d7516248e3e8a2e895d4d78f3ce82d0d /ethereal/assets | |
parent | 1eda1d25b0d27fe57287698fb883c9153ddda292 (diff) | |
download | go-tangerine-d4f9daa631fa832d556c16f3a29eaf73bd849f32.tar go-tangerine-d4f9daa631fa832d556c16f3a29eaf73bd849f32.tar.gz go-tangerine-d4f9daa631fa832d556c16f3a29eaf73bd849f32.tar.bz2 go-tangerine-d4f9daa631fa832d556c16f3a29eaf73bd849f32.tar.lz go-tangerine-d4f9daa631fa832d556c16f3a29eaf73bd849f32.tar.xz go-tangerine-d4f9daa631fa832d556c16f3a29eaf73bd849f32.tar.zst go-tangerine-d4f9daa631fa832d556c16f3a29eaf73bd849f32.zip |
Refactor hex encode and remove coupling of popup to main window
Diffstat (limited to 'ethereal/assets')
-rw-r--r-- | ethereal/assets/qml/wallet.qml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ethereal/assets/qml/wallet.qml b/ethereal/assets/qml/wallet.qml index 82b680913..0e0e3d78d 100644 --- a/ethereal/assets/qml/wallet.qml +++ b/ethereal/assets/qml/wallet.qml @@ -342,8 +342,6 @@ ApplicationWindow { property var block width: root.width height: 240 - x: root.x - y: root.y + root.height Component{ id: blockDetailsDelegate Rectangle { @@ -442,6 +440,7 @@ ApplicationWindow { text: "Contract" anchors.top: contractLabel.bottom anchors.left: parent.left + anchors.bottom: popup.bottom wrapMode: Text.Wrap width: parent.width - 30 height: 80 |