Restore old default resolution for mainwin

parent 72635d14
......@@ -248,7 +248,7 @@ void MainWin::handle_loginres(SKMessage &msg)
//std::cout << "LOGIN OK" << std::endl;
QString html("gui/maingui.html");
setHtmlFile(html, true, false);
resize(636, 733);
resize(800, 600);
}
else
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment