chore: Adjust default window size and viewport orientation

This commit is contained in:
2026-02-13 17:29:00 -07:00
committed by Tanner Collin (aider)
parent c16ec9b6ef
commit 87c354f79d
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ MainWindow::MainWindow(QWidget *parent)
: QMainWindow(parent)
{
setWindowTitle("OpenCAD");
resize(1280, 720);
resize(1920, 1080);
QMenu *fileMenu = menuBar()->addMenu("&File");
QAction *newAction = fileMenu->addAction("&New");