diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2018-03-21 03:42:16 +0100 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-03-29 23:04:03 +0100 |
| commit | 7c0f704fbd9db39c0ae88349212cf19389b4f07e (patch) | |
| tree | f231a49fc5437d5485e18ea7fa3828114d4e44c8 /components | |
| parent | f544d9ac78bcb032524c1c182cc4d4dc845d1f88 (diff) | |
| download | monzero-gui-7c0f704fbd9db39c0ae88349212cf19389b4f07e.tar.gz monzero-gui-7c0f704fbd9db39c0ae88349212cf19389b4f07e.tar.xz monzero-gui-7c0f704fbd9db39c0ae88349212cf19389b4f07e.zip | |
Clip subaddr table items
Diffstat (limited to 'components')
| -rw-r--r-- | components/SubaddressTable.qml | 7 |
1 files 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 |
