mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 14:44:01 +00:00
fix(mainWindow/conversation): use placeholder on textarea
This commit is contained in:
parent
c2881ac6b7
commit
3ed1c6b7b5
3 changed files with 9 additions and 0 deletions
|
|
@ -48,6 +48,10 @@
|
|||
<source>displayMessages</source>
|
||||
<translation>Messages</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>newMessagePlaceholder</source>
|
||||
<translation>Enter your message</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>home</name>
|
||||
|
|
|
|||
|
|
@ -48,6 +48,10 @@
|
|||
<source>displayMessages</source>
|
||||
<translation>Messages</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>newMessagePlaceholder</source>
|
||||
<translation>Entrer votre message.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>home</name>
|
||||
|
|
|
|||
|
|
@ -147,6 +147,7 @@ ColumnLayout {
|
|||
ScrollBar.vertical: ScrollBar { }
|
||||
TextArea.flickable: TextArea {
|
||||
id: textArea
|
||||
placeholderText: qsTr('newMessagePlaceholder')
|
||||
wrapMode: TextArea.Wrap
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue