1
0

Merge branch 'window-position' into merged

This commit is contained in:
bkkcoins
2012-09-21 15:11:19 +07:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1462,7 +1462,7 @@ class ElectrumWindow(QMainWindow):
def closeEvent(self, event):
cfg = SimpleConfig()
g = self.geometry()
cfg.config["winpos-qt"] = [g.left(),g.top(),g.width(),g.height()]
cfg.set_key("winpos-qt", [g.left(),g.top(),g.width(),g.height()])
cfg.save_config()
event.accept()