This commit is contained in:
IlyaShurupov 2024-11-04 21:54:18 +03:00 committed by Ilya Shurupov
parent ba10834602
commit 543534bf61
2 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ public:
Sketch3DApplication() {
setRoot(&mGui);
mGui.createRenderWidget(mGraphics->getCanvas(), { 1920, 1080 });
mGui.createRenderWidget(mGraphics->getCanvas(), { 2560, 1440 });
mGui.setProject(&mSketch);
}
@ -25,4 +25,4 @@ void runApp() {
app.run();
}
int main() { runApp(); }
int main() { runApp(); }