From 703cd73c0baa82d5f8ae3a1b390401f17de32f7a Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Thu, 2 May 2013 11:05:52 +0200 Subject: Fixed the shortcut window position It's meant to be fixed to the bottom-right. --- src/gui/shortcutwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/shortcutwindow.cpp b/src/gui/shortcutwindow.cpp index 766659c9..60d18ddf 100644 --- a/src/gui/shortcutwindow.cpp +++ b/src/gui/shortcutwindow.cpp @@ -71,7 +71,7 @@ ShortcutWindow::ShortcutWindow(const std::string &title, layout.setRowHeight(0, Layout::AUTO_SET); layout.setMargin(0); - loadWindowState(); + resetToDefaultSize(); } ShortcutWindow::~ShortcutWindow() -- cgit v1.2.3-70-g09d2