Preserve main window position

This commit is contained in:
Marek Marczykowski 2011-04-06 23:45:23 +02:00
parent a880c52881
commit 4eee5c03c1

View File

@ -441,8 +441,10 @@ class VmManagerWindow(QMainWindow):
self.connect(self.table, SIGNAL("itemSelectionChanged()"), self.table_selection_changed)
cur_pos = self.pos()
self.setFixedWidth (self.get_minimum_table_width())
self.fill_table()
self.move(cur_pos)
self.counter = 0
self.shutdown_monitor = {}