mirror of
https://github.com/KDE/konsole.git
synced 2026-05-04 12:44:23 -04:00
Remove dead and unused code, out of date comments, unused methods and un-needed includes.
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=666484
This commit is contained in:
@@ -60,6 +60,12 @@ ManageProfilesDialog::ManageProfilesDialog(QWidget* parent)
|
||||
// ensure that session names are fully visible
|
||||
_ui->sessionTable->resizeColumnToContents(0);
|
||||
_ui->sessionTable->resizeColumnToContents(1);
|
||||
_ui->sessionTable->resizeColumnToContents(2);
|
||||
|
||||
_ui->sessionTable->horizontalHeader()->updateGeometry();
|
||||
|
||||
qDebug() << "Table size hint: " << _ui->sessionTable->horizontalHeader()->sizeHint();
|
||||
qDebug() << sizeHint();
|
||||
|
||||
// resize the session table to the full width of the table
|
||||
_ui->sessionTable->horizontalHeader()->setStretchLastSection(true);
|
||||
|
||||
Reference in New Issue
Block a user