Change launcher size
This commit is contained in:
parent
b82d2d9438
commit
d6db362296
@ -14,7 +14,7 @@ namespace launcher
|
||||
updater::update();
|
||||
|
||||
bool run_game = false;
|
||||
html_window window("BOIII", 750, 430);
|
||||
html_window window("BOIII", 550, 430);
|
||||
|
||||
window.get_html_frame()->register_callback(
|
||||
"openUrl", [](const std::vector<html_argument>& params) -> CComVariant
|
||||
|
Loading…
Reference in New Issue
Block a user