projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce29b9e
)
ui: set initial window size manually
author
GiWoong Kim
<giwoong.kim@samsung.com>
Mon, 15 Jun 2015 06:27:10 +0000
(15:27 +0900)
committer
SeokYeon Hwang
<syeon.hwang@samsung.com>
Mon, 15 Jun 2015 12:45:36 +0000
(21:45 +0900)
Change-Id: I17dd6fb176fb0dc854d00888e9ca4d05a25f00c4
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
tizen/src/ui/mainwindow.cpp
patch
|
blob
|
history
diff --git
a/tizen/src/ui/mainwindow.cpp
b/tizen/src/ui/mainwindow.cpp
index 788467d81c1becacc7aefebf8c21cb0d2e55ff3c..e35d635ad9adca101a53c15ac0ccd9cc75978609 100644
(file)
--- 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);
}