Skip to content

Commit

Permalink
does not start maximized by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredokun committed Jan 15, 2015
1 parent b0e38c4 commit a524230
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tikz_editor/views/document/__init__.py
Expand Up @@ -70,8 +70,8 @@ def _initSubViews(self):
def _restoreWindowState(self):
if Preferences.hasWindowGeometry():
self.restoreGeometry(Preferences.getWindowGeometry())
else:
self.setWindowState(Qt.WindowMaximized)
# else:
# self.setWindowState(Qt.WindowMaximized)

def _initSignalsConnections(self):
self.content_view.source_editor_view.contentChangedSignal.connect(self.sourceEditorContentChanged)
Expand Down

0 comments on commit a524230

Please sign in to comment.