mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-09 01:23:42 +02:00
Clip subaddr table items
This commit is contained in:
parent
f544d9ac78
commit
7c0f704fbd
@ -46,11 +46,12 @@ ListView {
|
|||||||
color: 'transparent';
|
color: 'transparent';
|
||||||
anchors.topMargin: 0
|
anchors.topMargin: 0
|
||||||
width: listView.width
|
width: listView.width
|
||||||
|
clip: true
|
||||||
|
|
||||||
LineEditMulti {
|
LineEditMulti {
|
||||||
id: addressLine
|
id: addressLine
|
||||||
//borderDisabled: true
|
|
||||||
fontSize: 12
|
fontSize: 14
|
||||||
readOnly: true
|
readOnly: true
|
||||||
width: parent.width
|
width: parent.width
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
@ -58,7 +59,7 @@ ListView {
|
|||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.leftMargin: 5
|
anchors.leftMargin: 5
|
||||||
anchors.topMargin: 12
|
anchors.topMargin: 12
|
||||||
anchors.rightMargin: 44
|
anchors.rightMargin: 54
|
||||||
anchors.bottomMargin: 0
|
anchors.bottomMargin: 0
|
||||||
text: address
|
text: address
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user