|
From: Lasse Kärkkäi. <tr...@us...> - 2011-01-12 23:00:53
|
Module: editor Branch: master Commit: f7b1e6ea616b2624349d752b18750c92bb1a8a08 Author: Lasse Kärkkäinen <tronic+ndrm at trn.iki.fi> Date: Thu Jan 13 00:00:20 2011 +0100 Maximize the window by default --- editorapp.cc | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/editorapp.cc b/editorapp.cc index c802a36..2dd22ad 100644 --- a/editorapp.cc +++ b/editorapp.cc @@ -7,6 +7,7 @@ EditorApp::EditorApp(QWidget *parent): QMainWindow(parent) { + showMaximized(); ui.setupUi(this); noteGraph = new NoteGraphWidget(NULL); |