Skip to content

Commit ce12ee4

Browse files
committed
Set window size to 1120x768
1 parent 92ea63d commit ce12ee4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/app/dialog/mainwindow.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<x>0</x>
88
<y>0</y>
99
<width>1120</width>
10-
<height>760</height>
10+
<height>768</height>
1111
</rect>
1212
</property>
1313
<property name="sizePolicy">
@@ -19,7 +19,7 @@
1919
<property name="minimumSize">
2020
<size>
2121
<width>1120</width>
22-
<height>760</height>
22+
<height>768</height>
2323
</size>
2424
</property>
2525
<property name="font">

src/app/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ int main(int argc, char *argv[])
8989
double scaleFactor = qMin(scaleWidth, scaleHeight);
9090

9191
// Define your base design size
92-
QSize baseSize(1120, 760);
92+
QSize baseSize(1120, 768);
9393

9494
// Apply scale factor
9595
int newWidth = static_cast<int>(baseSize.width() * scaleFactor);

0 commit comments

Comments
 (0)