added placeholder text for chat message (see #384)
This commit is contained in:
parent
e9aef3474c
commit
e3593cde00
2 changed files with 4 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
- support sorting faders by channel instrument, coded by Alberstein8 (#356)
|
||||
|
||||
- new group switch to change several faders like one, coded by Alberstein8 (#202, #379)
|
||||
- new group switch to change several faders in sync, coded by Alberstein8 (#202, #379)
|
||||
|
||||
- add server recording indicator, coded by pljones (#295)
|
||||
|
||||
|
|
|
@ -52,6 +52,9 @@ CChatDlg::CChatDlg ( QWidget* parent, Qt::WindowFlags f ) :
|
|||
txvChatWindow->clear();
|
||||
edtLocalInputText->clear();
|
||||
|
||||
// set a placeholder text to make sure where to type the message in (#384)
|
||||
edtLocalInputText->setPlaceholderText ( tr ( "Type a message here" ) );
|
||||
|
||||
|
||||
// Connections -------------------------------------------------------------
|
||||
QObject::connect ( edtLocalInputText, &QLineEdit::textChanged,
|
||||
|
|
Loading…
Reference in a new issue