summaryrefslogtreecommitdiff
path: root/main_window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main_window.cpp')
-rw-r--r--main_window.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/main_window.cpp b/main_window.cpp
index 65daf3e..2affa7f 100644
--- a/main_window.cpp
+++ b/main_window.cpp
@@ -7,6 +7,7 @@ MainWindow::MainWindow()
, area(new QMdiArea())
, layout(new QVBoxLayout())
{
+ layout->setAlignment(Qt::AlignTop);
area->setLayout(layout);
w.setCentralWidget(area);