aboutsummaryrefslogtreecommitdiff
path: root/courtroom.h
diff options
context:
space:
mode:
authorCerapter <cerap@protonmail.com>2018-07-28 16:09:54 +0200
committerCerapter <cerap@protonmail.com>2018-07-28 16:09:54 +0200
commite8f07c68c2aec19f65318d4aa6241ebcb0f1ccf5 (patch)
treeb88a1791188f047118f1d2e99afc472254e37cab /courtroom.h
parentc1807e0888c5851ab4fc2b419ec892a601792179 (diff)
Allow changing of shownames.
Don't forget to set the size and position of the name input in a theme.
Diffstat (limited to 'courtroom.h')
-rw-r--r--courtroom.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/courtroom.h b/courtroom.h
index 4569156c..eb6638a4 100644
--- a/courtroom.h
+++ b/courtroom.h
@@ -210,7 +210,7 @@ private:
//every time point in char.inis times this equals the final time
const int time_mod = 40;
- static const int chatmessage_size = 15;
+ static const int chatmessage_size = 16;
QString m_chatmessage[chatmessage_size];
bool chatmessage_is_empty = false;
@@ -311,6 +311,7 @@ private:
QListWidget *ui_music_list;
QLineEdit *ui_ic_chat_message;
+ QLineEdit *ui_ic_chat_name;
QLineEdit *ui_ooc_chat_message;
QLineEdit *ui_ooc_chat_name;