Skip to content

Commit

Permalink
[#166] automatically maximizing window on start
Browse files Browse the repository at this point in the history
  • Loading branch information
dl1com committed May 12, 2017
1 parent b0250f9 commit 2206009
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ayab/ayab.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def __init__(self):

self.ui = Ui_MainWindow()
self.ui.setupUi(self)
self.showMaximized()
self.plugins_init()
self.setupBehaviour()

Expand Down

0 comments on commit 2206009

Please sign in to comment.