aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorSander Ferdinand <sa.ferdinand@gmail.com>2018-03-21 02:39:09 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-03-29 23:04:03 +0100
commit5213daad77940ba6162c8c772e5da4213ad6f962 (patch)
treeb78bdb11eeb6f989817f5c513870d02bb570aafc /components
parent57c0477fc6efeb6ce618ed35d27dd29820c29ee5 (diff)
downloadmonzero-gui-5213daad77940ba6162c8c772e5da4213ad6f962.tar.gz
monzero-gui-5213daad77940ba6162c8c772e5da4213ad6f962.tar.xz
monzero-gui-5213daad77940ba6162c8c772e5da4213ad6f962.zip
Dynamic subaddr table height, dont show history table when there is none
Diffstat (limited to 'components')
-rw-r--r--components/SubaddressTable.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/components/SubaddressTable.qml b/components/SubaddressTable.qml
index 027a57ad..12f06d1c 100644
--- a/components/SubaddressTable.qml
+++ b/components/SubaddressTable.qml
@@ -28,6 +28,7 @@
import QtQuick 2.0
import moneroComponents.Clipboard 1.0
+import "../components"
import "." 1.0
ListView {
@@ -42,7 +43,7 @@ ListView {
delegate: Rectangle {
id: delegate
height: 74
- color: 'black';
+ color: 'transparent';
anchors.topMargin: 0
width: listView.width
@@ -57,9 +58,8 @@ ListView {
anchors.right: parent.right
anchors.leftMargin: 5
anchors.topMargin: 12
- anchors.rightMargin: 40
+ anchors.rightMargin: 44
anchors.bottomMargin: 0
- onTextChanged: cursorPosition = 0
text: address
showingHeader: false