--- gigedit/trunk/src/gigedit/scripteditor.cpp 2017/05/26 19:47:44 3224 +++ gigedit/trunk/src/gigedit/scripteditor.cpp 2017/05/26 22:10:16 3225 @@ -1,5 +1,5 @@ /* - Copyright (c) 2014-2016 Christian Schoenebeck + Copyright (c) 2014-2017 Christian Schoenebeck This file is part of "gigedit" and released under the terms of the GNU General Public License version 2. @@ -68,6 +68,11 @@ m_vm = NULL; #endif + if (!Settings::singleton()->autoRestoreWindowDimension) { + set_default_size(800, 700); + set_position(Gtk::WIN_POS_MOUSE); + } + // depending on GTK version and installed themes, there may be different // icons, and different names for them, so for each type of icon we use, // we provide a list of possible icon names, the first one found to be