Commit Graph
3 Commits
Author SHA1 Message Date
pepe82sh 6313491816 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.
2020-12-12 11:53:02 +01:00
pepe82sh 94d18177c2 Revert "Fixed full screen behaviour"
This reverts commit 2960ec8d21.
2020-12-12 11:45:00 +01:00
pepe82sh 2960ec8d21 Fixed full screen behaviour
In case the screen resulution did not match the size set in
mainwindow.ui, you may only see part of the image shown. Putting the
window in full screen explicitly fixes that issue.
2020-12-12 08:48:57 +01:00