Merge pull request #123 from in1tiate/oocplaceholder

Add placeholder text to OOC message box
This commit is contained in:
stonedDiscord 2020-03-15 12:34:22 +01:00 committed by GitHub
commit 4b0110d96c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -150,6 +150,7 @@ Courtroom::Courtroom(AOApplication *p_ao_app) : QMainWindow()
ui_ooc_chat_message = new QLineEdit(this);
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->setFrame(false);