fix windows snap problem by removing maximum window size
parent
9f47515f59
commit
339fcda727
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue