Add right anchor to chatText on ENS section

This commit is contained in:
RichΛrd 2020-11-19 21:15:36 -04:00 committed by GitHub
parent 7aef0e1710
commit d601df179d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -286,6 +286,7 @@ Item {
anchors.left: parent.left
anchors.leftMargin: chatBox.chatHorizontalPadding
width: parent.width
anchors.right: parent.right
}
RectangleCorner {}