Merge pull request #123 from in1tiate/oocplaceholder
Add placeholder text to OOC message box
This commit is contained in:
commit
4b0110d96c
@ -150,6 +150,7 @@ Courtroom::Courtroom(AOApplication *p_ao_app) : QMainWindow()
|
|||||||
|
|
||||||
ui_ooc_chat_message = new QLineEdit(this);
|
ui_ooc_chat_message = new QLineEdit(this);
|
||||||
ui_ooc_chat_message->setFrame(false);
|
ui_ooc_chat_message->setFrame(false);
|
||||||
|
ui_ooc_chat_message->setPlaceholderText(tr("OOC Message"));
|
||||||
|
|
||||||
ui_ooc_chat_name = new QLineEdit(this);
|
ui_ooc_chat_name = new QLineEdit(this);
|
||||||
ui_ooc_chat_name->setFrame(false);
|
ui_ooc_chat_name->setFrame(false);
|
||||||
|
Loading…
Reference in New Issue
Block a user