changed window size to 1600x900
This commit is contained in:
parent
9143deb610
commit
d5298f1b09
4
main.cpp
4
main.cpp
@ -20,8 +20,8 @@
|
|||||||
#include <thread>
|
#include <thread>
|
||||||
#include "RectSaver.hpp"
|
#include "RectSaver.hpp"
|
||||||
|
|
||||||
const int WIDTH {700};
|
const int WIDTH {1600};
|
||||||
const int HEIGHT {700};
|
const int HEIGHT {900};
|
||||||
|
|
||||||
sc::gui::Window* main_window {nullptr};
|
sc::gui::Window* main_window {nullptr};
|
||||||
sc::gui::Image* main_image {nullptr};
|
sc::gui::Image* main_image {nullptr};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user