mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-21 20:45:51 +03:00
Merge pull request #4960 from nextcloud/bugfix/emoji-picker-placeholder-wrap
Ensure placeholder message in emoji picker wraps correctly
This commit is contained in:
commit
5dfd605049
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ ColumnLayout {
|
|||
|
||||
Label {
|
||||
id: placeholderMessage
|
||||
width: parent.width * 0.8
|
||||
anchors.centerIn: parent
|
||||
text: qsTr("No recent emojis")
|
||||
color: Style.ncSecondaryTextColor
|
||||
|
|
Loading…
Reference in a new issue