From: GiWoong Kim Date: Mon, 15 Jun 2015 06:27:10 +0000 (+0900) Subject: ui: set initial window size manually X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.2~373 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6c71d36e74e30389b6222ce4f27f3cb0c05b59c4;p=sdk%2Femulator%2Fqemu.git ui: set initial window size manually Change-Id: I17dd6fb176fb0dc854d00888e9ca4d05a25f00c4 Signed-off-by: GiWoong Kim --- diff --git a/tizen/src/ui/mainwindow.cpp b/tizen/src/ui/mainwindow.cpp index 788467d81c..e35d635ad9 100644 --- a/tizen/src/ui/mainwindow.cpp +++ b/tizen/src/ui/mainwindow.cpp @@ -366,7 +366,7 @@ void MainWindow::showEvent(QShowEvent *event) { qDebug("show main window"); - /* do nothing */ + resize(uiInfo->getUiSize()); QWidget::showEvent(event); }