- Use QDialogButtonBox to get correct layout for buttons
[scorecard] / src / main-window.cpp
index 1481e23..ad0875c 100644 (file)
@@ -590,7 +590,8 @@ void MainWindow::viewStatistics()
   QTableView *table = new QTableView;
   table->showGrid();
   table->setSelectionMode(QAbstractItemView::NoSelection);
-  table->setStyleSheet(ScoreStyle::headerView());
+  //table->setStyleSheet(ScoreStyle::headerView());
+  table->setStyleSheet(ScoreStyle::style());
   table->horizontalHeader()->setResizeMode(QHeaderView::Stretch);
   table->verticalHeader()->setResizeMode(QHeaderView::Stretch);
   table->verticalHeader()->setAutoFillBackground(true);