aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/assets/qml/wallet.qml
diff options
context:
space:
mode:
authorMaran <maran.hidskes@gmail.com>2014-05-28 22:14:24 +0800
committerMaran <maran.hidskes@gmail.com>2014-05-28 22:14:24 +0800
commitd4f9daa631fa832d556c16f3a29eaf73bd849f32 (patch)
tree7410d5e0d7516248e3e8a2e895d4d78f3ce82d0d /ethereal/assets/qml/wallet.qml
parent1eda1d25b0d27fe57287698fb883c9153ddda292 (diff)
downloaddexon-d4f9daa631fa832d556c16f3a29eaf73bd849f32.tar.gz
dexon-d4f9daa631fa832d556c16f3a29eaf73bd849f32.tar.zst
dexon-d4f9daa631fa832d556c16f3a29eaf73bd849f32.zip
Refactor hex encode and remove coupling of popup to main window
Diffstat (limited to 'ethereal/assets/qml/wallet.qml')
-rw-r--r--ethereal/assets/qml/wallet.qml3
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