fix windows snap problem by removing maximum window size

flexxin
dinkus 2022-06-04 17:53:27 -04:00
parent 9f47515f59
commit 339fcda727
1 changed files with 0 additions and 1 deletions

View File

@ -287,7 +287,6 @@ class MainWindow(QtGui.QMainWindow):
app = QtGui.QApplication.instance()
geo = self.current_screen().geometry()
h, w = geo.height(), geo.width()
self.setMaximumSize(w, h)
# use approx 1/3 of the area of the screen by default
self._size = round(w * .666), round(h * .666)