taskswitcherapp/tsdevicedialogplugin/src/tstasksgrid.cpp
author Pat Downey <patd@symbian.org>
Wed, 23 Jun 2010 17:05:06 +0100
changeset 56 29d7e0a3b7b2
parent 46 23b5d6a29cce
permissions -rw-r--r--
Merge heads.

/*
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:
*
*/

#include "tstasksgrid.h"

void TsTasksGrid::polishEvent() 
{
    HbGridView::polishEvent();
    scrollContentsTo(QPointF(size().width() / 4, 0), 0);
}