From 6c71d36e74e30389b6222ce4f27f3cb0c05b59c4 Mon Sep 17 00:00:00 2001 From: GiWoong Kim Date: Mon, 15 Jun 2015 15:27:10 +0900 Subject: [PATCH] ui: set initial window size manually Change-Id: I17dd6fb176fb0dc854d00888e9ca4d05a25f00c4 Signed-off-by: GiWoong Kim --- tizen/src/ui/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.34.1