Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2012-02-26 11:18:00 +0000
committerStijn Buys <ingar@osirion.org>2012-02-26 11:18:00 +0000
commit0921b67bca379566478979e61207efbf179ee055 (patch)
tree6f665190ac8b49db66cc9897fe6bb95cd0f95a00 /src/editorwindow.cc
parent704a6c280bb14bf12292d9feb74d3383565a414b (diff)
Corrected MdiChild focus issues when opening more than one file,
enable or disable menu options when approriate.
Diffstat (limited to 'src/editorwindow.cc')
-rw-r--r--src/editorwindow.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/editorwindow.cc b/src/editorwindow.cc
index 6757745..2423cff 100644
--- a/src/editorwindow.cc
+++ b/src/editorwindow.cc
@@ -34,6 +34,11 @@ EditorWindow::EditorWindow(QWidget *parent) : QWidget(parent)
connect(editorwindow_sidebar, SIGNAL(entityChanged()), editorwindow_mapwidget, SLOT(resizeChildren()));
}
+QSize EditorWindow::sizeHint () const
+{
+ return QSize(768, 512);
+}
+
void EditorWindow::resizeEvent (QResizeEvent *event)
{
/*