We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92ea63d commit ce12ee4Copy full SHA for ce12ee4
2 files changed
src/app/dialog/mainwindow.ui
@@ -7,7 +7,7 @@
7
<x>0</x>
8
<y>0</y>
9
<width>1120</width>
10
- <height>760</height>
+ <height>768</height>
11
</rect>
12
</property>
13
<property name="sizePolicy">
@@ -19,7 +19,7 @@
19
<property name="minimumSize">
20
<size>
21
22
23
</size>
24
25
<property name="font">
src/app/main.cpp
@@ -89,7 +89,7 @@ int main(int argc, char *argv[])
89
double scaleFactor = qMin(scaleWidth, scaleHeight);
90
91
// Define your base design size
92
- QSize baseSize(1120, 760);
+ QSize baseSize(1120, 768);
93
94
// Apply scale factor
95
int newWidth = static_cast<int>(baseSize.width() * scaleFactor);
0 commit comments