From 7c0f704fbd9db39c0ae88349212cf19389b4f07e Mon Sep 17 00:00:00 2001 From: Sander Ferdinand Date: Wed, 21 Mar 2018 03:42:16 +0100 Subject: [PATCH] Clip subaddr table items --- components/SubaddressTable.qml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/components/SubaddressTable.qml b/components/SubaddressTable.qml index 12f06d1c..c35ef96e 100644 --- a/components/SubaddressTable.qml +++ b/components/SubaddressTable.qml @@ -46,11 +46,12 @@ ListView { color: 'transparent'; anchors.topMargin: 0 width: listView.width + clip: true LineEditMulti { id: addressLine - //borderDisabled: true - fontSize: 12 + + fontSize: 14 readOnly: true width: parent.width anchors.top: parent.top @@ -58,7 +59,7 @@ ListView { anchors.right: parent.right anchors.leftMargin: 5 anchors.topMargin: 12 - anchors.rightMargin: 44 + anchors.rightMargin: 54 anchors.bottomMargin: 0 text: address