From 05a34320b592fee8e903e101247e3933893fd8a5 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Thu, 29 May 2014 15:59:50 +0200 Subject: [PATCH] size restore is done by base class --- shell/containmentconfigview.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/shell/containmentconfigview.cpp b/shell/containmentconfigview.cpp index 1d18960a6..f489f1771 100644 --- a/shell/containmentconfigview.cpp +++ b/shell/containmentconfigview.cpp @@ -70,12 +70,6 @@ ContainmentConfigView::~ContainmentConfigView() void ContainmentConfigView::init() { setSource(QUrl::fromLocalFile(m_containment->corona()->package().filePath("containmentconfigurationui"))); - - if (m_containment) { - KConfigGroup cg = m_containment->config(); - cg = KConfigGroup(&cg, "ConfigDialog"); - resize(cg.readEntry("DialogWidth", width()), cg.readEntry("DialogHeight", height())); - } } PlasmaQuick::ConfigModel *ContainmentConfigView::containmentActionConfigModel()