mirror of
https://github.com/KDE/konsole.git
synced 2026-06-16 09:49:10 -04:00
Add separator between 'Raname' and 'Close' in the context menu of tabbar
This commit is contained in:
@@ -451,6 +451,8 @@ TabbedViewContainer::TabbedViewContainer(NavigationPosition position , QObject*
|
||||
i18nc("@action:inmenu", "&Rename Tab..."), this,
|
||||
SLOT(tabContextMenuRenameTab()));
|
||||
|
||||
_contextPopupMenu->addSeparator();
|
||||
|
||||
_contextPopupMenu->addAction(KIcon("tab-close"),
|
||||
i18nc("@action:inmenu", "&Close Tab"), this,
|
||||
SLOT(tabContextMenuCloseTab()));
|
||||
|
||||
Reference in New Issue
Block a user