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 a4dde43089
commit be2c0ddbc8

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