don't show lite in init

This commit is contained in:
thomasv 2013-09-30 14:39:13 +02:00
parent a6002cf71c
commit a8c2d95207
1 changed files with 0 additions and 1 deletions

View 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()