mirror of
https://github.com/KDE/konsole.git
synced 2026-05-04 04:33:38 -04:00
Selecting any cell will select entire row.
BUG: 183070 svn path=/trunk/KDE/kdebase/apps/konsole/; revision=1038235
This commit is contained in:
@@ -51,6 +51,7 @@ KeyBindingEditor::KeyBindingEditor(QWidget* parent)
|
||||
_ui->keyBindingTable->setHorizontalHeaderLabels(labels);
|
||||
_ui->keyBindingTable->horizontalHeader()->setStretchLastSection(true);
|
||||
_ui->keyBindingTable->verticalHeader()->hide();
|
||||
_ui->keyBindingTable->setSelectionBehavior(QAbstractItemView::SelectRows);
|
||||
|
||||
// add and remove buttons
|
||||
_ui->addEntryButton->setIcon( KIcon("list-add") );
|
||||
|
||||
Reference in New Issue
Block a user