Create initial error and netstart windows
This commit is contained in:
parent
b7362aa3f2
commit
3f50136c8d
23 changed files with 237 additions and 887 deletions
12
src/common/widgets/netstartwindow.cpp
Normal file
12
src/common/widgets/netstartwindow.cpp
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
|
||||
#include "netstartwindow.h"
|
||||
#include "version.h"
|
||||
|
||||
NetStartWindow::NetStartWindow() : Widget(nullptr, WidgetType::Window)
|
||||
{
|
||||
SetWindowBackground(Colorf::fromRgba8(51, 51, 51));
|
||||
SetWindowBorderColor(Colorf::fromRgba8(51, 51, 51));
|
||||
SetWindowCaptionColor(Colorf::fromRgba8(33, 33, 33));
|
||||
SetWindowCaptionTextColor(Colorf::fromRgba8(226, 223, 219));
|
||||
SetWindowTitle(GAMENAME);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue