mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 04:55:48 +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 {
|
Label {
|
||||||
id: placeholderMessage
|
id: placeholderMessage
|
||||||
|
width: parent.width * 0.8
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
text: qsTr("No recent emojis")
|
text: qsTr("No recent emojis")
|
||||||
color: Style.ncSecondaryTextColor
|
color: Style.ncSecondaryTextColor
|
||||||
|
|
Loading…
Reference in a new issue