don't show lite in init
authorthomasv <thomasv@gitorious>
Mon, 30 Sep 2013 12:39:13 +0000 (14:39 +0200)
committerthomasv <thomasv@gitorious>
Mon, 30 Sep 2013 12:39:13 +0000 (14:39 +0200)
gui/qt/lite_window.py

index fa809ed..02658f7 100644 (file)
@@ -307,7 +307,6 @@ class MiniWindow(QDialog):
         self.layout().setSizeConstraint(QLayout.SetFixedSize)
         self.setObjectName("main_window")
 
-        self.show()
 
     def context_menu(self):
         view_menu = QMenu()