Merge pull request #22 from toudi/center-mainwindow-fix

fix for issue #13
main
Teo Mrnjavac 11 years ago
commit 63a1ab07c1

@ -15,7 +15,7 @@
* You should have received a copy of the GNU General Public License
* along with Calamares. If not, see <http://www.gnu.org/licenses/>.
*/
#include <QDesktopWidget>
#include "CalamaresApplication.h"
#include "CalamaresWindow.h"
@ -193,6 +193,9 @@ CalamaresApplication::onPluginsReady()
this, &CalamaresApplication::startPhase );
startPhase( Calamares::Prepare );
m_mainwindow->move(
this->desktop()->availableGeometry().center() - m_mainwindow->rect().center()
);
}

Loading…
Cancel
Save