Merge pull request #4960 from nextcloud/bugfix/emoji-picker-placeholder-wrap

Ensure placeholder message in emoji picker wraps correctly
This commit is contained in:
Claudio Cambra 2022-09-28 13:06:45 +02:00 committed by GitHub
commit 5dfd605049
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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