Settings: Changed the List View to a Table View - now the pages rows are no longer as small as they used to be.
This commit is contained in:
@@ -182,8 +182,8 @@ Settings::Settings(QWidget *parent)
|
||||
[this](const QModelIndex ¤t, const QModelIndex &previous) {
|
||||
ui->stackedWidget->setCurrentIndex(current.row()); });
|
||||
|
||||
ui->listView->setMinimumWidth(ui->listView->sizeHintForColumn(0) +
|
||||
qApp->style()->pixelMetric(QStyle::PM_ScrollBarExtent));
|
||||
ui->listView->resizeColumnsToContents();
|
||||
ui->listView->horizontalHeader()->setSectionResizeMode(0, QHeaderView::Stretch);
|
||||
|
||||
ui->listView->setCurrentIndex(model->index(0, 0));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user