More tweaks to main window positioning

git-svn-id: http://comictagger.googlecode.com/svn/trunk@115 6c5673fe-1810-88d6-992b-cd32ca31540c
This commit is contained in:
beville@gmail.com 2012-11-28 20:48:58 +00:00
parent 7838710ed4
commit 59f190e020

View File

@ -139,12 +139,8 @@ class TaggerWindow( QtGui.QMainWindow):
self.updateStyleTweaks()
# The show/hide/show is on purpose, to let the layout manager figure
# do some calculations first
self.show()
self.setAppPosition()
self.hide()
self.show()
self.raise_()
QtCore.QCoreApplication.processEvents()