Version 2.8.0.5
Add Killing Fever Online icon (mac icon not updated yet)
This commit is contained in:
parent
3605f223d2
commit
7d73347618
@ -3,7 +3,7 @@ QT += core gui widgets network
|
||||
TARGET = Attorney_Online
|
||||
TEMPLATE = app
|
||||
|
||||
VERSION = 2.8.0.4
|
||||
VERSION = 2.8.0.5
|
||||
|
||||
INCLUDEPATH += $$PWD/include
|
||||
DESTDIR = $$PWD/bin
|
||||
|
@ -32,7 +32,7 @@ public:
|
||||
void append_chatmessage(QString f_name, QString f_message);
|
||||
void append_error(QString f_message);
|
||||
void set_player_count(int players_online, int max_players);
|
||||
void set_stylesheet(QWidget *widget, QString target_tag);
|
||||
void set_stylesheet(QWidget *widget);
|
||||
void set_stylesheets();
|
||||
void set_fonts();
|
||||
void set_font(QWidget *widget, QString p_identifier);
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 97 KiB After Width: | Height: | Size: 97 KiB |
Binary file not shown.
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 22 KiB |
BIN
resource/logo_ao2.ico
Normal file
BIN
resource/logo_ao2.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 97 KiB |
BIN
resource/logo_ao2.png
Normal file
BIN
resource/logo_ao2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
@ -140,7 +140,6 @@ void Lobby::set_widgets()
|
||||
|
||||
|
||||
set_size_and_pos(ui_loading_text, "loading_label");
|
||||
//WHY IS THIS FONT HARDCODED, WHAT IS WRONG WITH YOU
|
||||
ui_loading_text->setFont(QFont("Arial", 20, QFont::Bold));
|
||||
ui_loading_text->setReadOnly(true);
|
||||
ui_loading_text->setAlignment(Qt::AlignCenter);
|
||||
|
Loading…
Reference in New Issue
Block a user