Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gui/EmojiPicker.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/EmojiPicker.qml b/src/gui/EmojiPicker.qml
index 8a9cc920e..5bff1924e 100644
--- a/src/gui/EmojiPicker.qml
+++ b/src/gui/EmojiPicker.qml
@@ -128,6 +128,7 @@ ColumnLayout {
Label {
id: placeholderMessage
+ width: parent.width * 0.8
anchors.centerIn: parent
text: qsTr("No recent emojis")
color: Style.ncSecondaryTextColor