From: Bocklage, Jens Date: Thu, 1 Dec 2016 11:51:44 +0000 (+0100) Subject: Fix for not showing up HomeScreen during startup X-Git-Tag: v0.6.4 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging%2FHomeScreen.git;a=commitdiff_plain;h=2b94dd47aba5912bfb4fcb3bf3482b049d87a245 Fix for not showing up HomeScreen during startup This is a hack, because the root cause is not known. The HomeScreen GUI will be replaced by a QML implementation, so this source code will be replaced completely soon. Signed-off-by: Bocklage, Jens --- diff --git a/HomeScreen/src/applauncherwidget.cpp b/HomeScreen/src/applauncherwidget.cpp index efa4c2a..d8b0bf1 100644 --- a/HomeScreen/src/applauncherwidget.cpp +++ b/HomeScreen/src/applauncherwidget.cpp @@ -114,11 +114,11 @@ void AppLauncherWidget::populateAppList() } - for (i = 0; i < (mp_appTable->rowCount() * APP_LIST_COLUMN_COUNT); i++) + /*for (i = 0; i < (mp_appTable->rowCount() * APP_LIST_COLUMN_COUNT); i++) { mp_appTable->verticalHeader()->resizeSection(i, 190); mp_appTable->horizontalHeader()->resizeSection(i, 190); - } + }*/ for (i = 0; i < m_appList.size(); i++) {