Double click on empty tabbar space -> new session

svn path=/trunk/kdebase/konsole/; revision=309746
wilder-portage
Stephan Binner 22 years ago
parent f8d8068e2b
commit 48bcfde4ab
  1. 2
      konsole/konsole.cpp

@ -895,6 +895,8 @@ void Konsole::makeTabWidget()
SLOT(slotTabbarContextMenu(const QPoint &)));
if (kapp->authorize("shell_access")) {
connect(tabwidget, SIGNAL(mouseDoubleClick()), SLOT(newSession()));
m_newSessionButton = new QToolButton( tabwidget );
// // Looks kind of broken with most styles?
// newsession->setTextLabel("New");

Loading…
Cancel
Save