Ensure placeholder message in emoji picker wraps correctly

Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
This commit is contained in:
Claudio Cambra 2022-09-20 18:40:34 +02:00 committed by Matthieu Gallien
parent 4199b4c7a5
commit 7f2bdf4dfa
1 changed files with 1 additions and 0 deletions

View File

@ -128,6 +128,7 @@ ColumnLayout {
Label {
id: placeholderMessage
width: parent.width * 0.8
anchors.centerIn: parent
text: qsTr("No recent emojis")
color: Style.ncSecondaryTextColor