From 99be8eab42d06e662357b2d99e6da6d9d0ff5926 Mon Sep 17 00:00:00 2001 From: Arno Date: Sun, 7 Jun 2015 05:04:42 +0200 Subject: Usability fixes * start maximized * focus MappingTree when showing NewPicsDialog * Keyboard Shortcuts for FilesystemWidget: CTRL+UP: go to parent dir CTRL+LEFT: go back CTRL+U: unpack * close UnpackDialog when done --- shemov.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'shemov.cpp') diff --git a/shemov.cpp b/shemov.cpp index efaa973..2655bd3 100644 --- a/shemov.cpp +++ b/shemov.cpp @@ -147,6 +147,7 @@ SheMov::SheMov(QWidget *parent, Qt::WindowFlags flags) : QMainWindow(parent, fla // craptastic... We can't center until it's painted, // hence this indirection :( mFSWidget->centerCurrent(); + setWindowState(Qt::WindowMaximized); } void SheMov::closeEvent(QCloseEvent *event){ -- cgit v1.2.3-70-g09d2