minor fixes

This commit is contained in:
Dominik Demuth
2023-09-19 12:22:33 +02:00
parent 41d90bb15f
commit 067857eda2
8 changed files with 21 additions and 129 deletions

View File

@ -27,7 +27,6 @@ class MdiAreaTile(QtWidgets.QMdiArea):
pos = QtCore.QPoint(0, 0)
for win in window_list:
print(win.minimumSize())
win.setGeometry(rect)
win.move(pos)