I agree that 'To Desktop' submenu should be above 'Opacity', not quite
sure above being above 'Advanced', but let's give it a try. BUG: 161162 svn path=/trunk/KDE/kdebase/workspace/; revision=802396
This commit is contained in:
parent
e110315896
commit
1e114cd7ee
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ void Workspace::initDesktopPopup()
|
|||
this, SLOT( desktopPopupAboutToShow() ) );
|
||||
|
||||
QAction *action = desk_popup->menuAction();
|
||||
popup->insertAction(mMoveOpAction, action);
|
||||
popup->insertAction(advanced_popup->menuAction(), action);
|
||||
action->setText( i18n("To &Desktop") );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue