Fixed display issues with oversized window

If the window defined in src/mainwindow.ui exceeds the size of the
display, the program behaves weirdly. Growing the window size even further
leads to crashes. Reducing the window size to 1x1px seems to work fine
and should be smaller than any display size.
This commit is contained in:
pepe82sh
2020-12-12 11:53:02 +01:00
parent 94d18177c2
commit 6313491816

View File

@@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>1500</width>
<height>945</height>
<width>1</width>
<height>1</height>
</rect>
</property>
<property name="sizePolicy">