Add "Move Task Button" action to group tasks

This resolves issue TDE/tde#98.

Also contains some identation fixes.

Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
pull/295/head
Mavridis Philippe 2 years ago
parent 254e464ce9
commit 7b7f961644
No known key found for this signature in database
GPG Key ID: F8D2D7E2F989A494

@ -200,6 +200,13 @@ void TaskRMBMenu::fillMenu()
enable = false;
if (taskMoveMenu) {
taskMoveMenu->reparent(this, taskMoveMenu->getWFlags(), taskMoveMenu->geometry().topLeft(), FALSE);
insertItem(i18n("Move Task Button"), taskMoveMenu);
insertSeparator();
}
insertItem( SmallIcon( "window-close" ), i18n( "&Close All" ), this, TQT_SLOT( slotCloseAll() ) );
}

Loading…
Cancel
Save