mirror of
https://github.com/zoriya/ComSquare.git
synced 2025-12-22 07:05:11 +00:00
resizing the window
This commit is contained in:
@@ -76,7 +76,7 @@ int main(int argc, char **argv)
|
|||||||
}
|
}
|
||||||
QApplication app(argc, argv);
|
QApplication app(argc, argv);
|
||||||
QApplication::setAttribute(Qt::AA_DisableWindowContextHelpButton);
|
QApplication::setAttribute(Qt::AA_DisableWindowContextHelpButton);
|
||||||
Renderer::QtSFML renderer(1080, 1920);
|
Renderer::QtSFML renderer(1100, 1100);
|
||||||
try {
|
try {
|
||||||
SNES snes(argv[1], renderer);
|
SNES snes(argv[1], renderer);
|
||||||
renderer.createWindow(snes, 60);
|
renderer.createWindow(snes, 60);
|
||||||
|
|||||||
Reference in New Issue
Block a user