From cde792bdb56ba444b7ef0d5e3fd2a65ceea73a5b Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Mon, 16 Feb 2015 19:11:11 +0100 Subject: [PATCH] KSystemActivityDialog: Remove extra corner widget it doesn't seem to do anything. The code is from 2009 - From kde-workspace - commit 586c37e1f3e6d70d6a819aae7d80d3488666241b Author: John Tapsell Date: Fri Dec 18 04:16:03 2009 +0000 Since we have a sizegrip, add an empty corner widget so that there is space for it svn path=/trunk/KDE/kdebase/workspace/; revision=1063409 --- systemmonitor/ksystemactivitydialog.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/systemmonitor/ksystemactivitydialog.cpp b/systemmonitor/ksystemactivitydialog.cpp index dc0e83e28..cd4ab01a6 100644 --- a/systemmonitor/ksystemactivitydialog.cpp +++ b/systemmonitor/ksystemactivitydialog.cpp @@ -52,7 +52,6 @@ KSystemActivityDialog::KSystemActivityDialog(QWidget *parent) setSizeGripEnabled(true); (void)minimumSizeHint(); //Force the dialog to be laid out now layout()->setContentsMargins(0,0,0,0); - m_processList.treeView()->setCornerWidget(new QWidget); // Since we kinda act like an application more than just a Window, map the usual ctrl+Q shortcut to close as well QAction *closeWindow = new QAction(this);