aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Skoland <davidskoland@gmail.com>2017-01-25 17:13:15 +0100
committerDavid Skoland <davidskoland@gmail.com>2017-01-25 17:13:15 +0100
commit7e666b7cd152ff1271431d91375c27908f63e636 (patch)
tree168f5a623668f7bce828cc69e2874aeb51854b45
parent54494fa5594d7345680109417ab1aa850af4d84d (diff)
added more attributes to courtroom widgets
-rw-r--r--courtroom.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/courtroom.cpp b/courtroom.cpp
index 7b1e041b..231d6e9c 100644
--- a/courtroom.cpp
+++ b/courtroom.cpp
@@ -137,20 +137,31 @@ void Courtroom::set_widgets()
//viewport elements like background, desk, etc. go here
set_size_and_pos(ui_ic_chatlog, "ic_chatlog");
+ ui_ic_chatlog->setStyleSheet("background-color: rgba(0, 0, 0, 0);");
set_size_and_pos(ui_ms_chatlog, "ms_chatlog");
+ ui_ms_chatlog->setStyleSheet("background-color: rgba(0, 0, 0, 0);");
set_size_and_pos(ui_server_chatlog, "server_chatlog");
+ ui_server_chatlog->setStyleSheet("background-color: rgba(0, 0, 0, 0);");
set_size_and_pos(ui_mute_list, "mute_list");
+ ui_mute_list->hide();
+
set_size_and_pos(ui_area_list, "area_list");
+ ui_area_list->setStyleSheet("background-color: rgba(0, 0, 0, 0);");
set_size_and_pos(ui_music_list, "music_list");
+ ui_area_list->setStyleSheet("background-color: rgba(0, 0, 0, 0);");
set_size_and_pos(ui_ic_chat_message, "ic_chat_message");
+ ui_ic_chat_message->setStyleSheet("background-color: rgba(0, 0, 0, 0);");
set_size_and_pos(ui_ooc_chat_message, "ooc_chat_message");
+ ui_ooc_chat_message->setStyleSheet("background-color: rgba(0, 0, 0, 0);");
+
set_size_and_pos(ui_ooc_chat_name, "ooc_chat_name");
+ ui_ooc_chat_name->setStyleSheet("background-color: rgba(0, 0, 0, 0);");
set_size_and_pos(ui_area_password, "area_password");
set_size_and_pos(ui_music_search, "music_search");
@@ -184,6 +195,7 @@ void Courtroom::set_widgets()
ui_take_that->set_image("takethat.png");
set_size_and_pos(ui_ooc_toggle, "ooc_toggle");
+ ui_ooc_toggle->setText("Server");
set_size_and_pos(ui_witness_testimony, "witness_testimony");
ui_witness_testimony->set_image("witnesstestimony.png");