Clip the autocompletion UI

This commit is contained in:
miruka 2020-08-21 10:19:29 -04:00
parent 9b3d01b9a8
commit 9dc9a5e70f

View File

@ -95,6 +95,7 @@ HColumnPage {
UserAutoCompletion { UserAutoCompletion {
id: userCompletion id: userCompletion
textArea: composer.messageArea textArea: composer.messageArea
clip: true
Layout.fillWidth: true Layout.fillWidth: true
Layout.maximumHeight: chatPage.height / 4 Layout.maximumHeight: chatPage.height / 4