X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=main.cpp;h=42d42cc0899300aefd254b5f3682e3856f308388;hb=98adfa69244097657696e8e183331ebfa1d47205;hp=b0488a0304b54e9d9018ce1b6d259dea107952b2;hpb=756289c7b37c3e77d79b8a26096e678dccc943fa;p=pkanalytics diff --git a/main.cpp b/main.cpp index b0488a0..42d42cc 100644 --- a/main.cpp +++ b/main.cpp @@ -47,6 +47,8 @@ MainWindow::MainWindow(EventsModel *events, PlayersModel *players, ui->setupUi(this); ui->event_view->setModel(events); + ui->event_view->setColumnWidth(1, 150); + ui->event_view->setColumnWidth(2, 150); connect(ui->event_view->selectionModel(), &QItemSelectionModel::currentRowChanged, [this, events](const QModelIndex ¤t, const QModelIndex &previous) { uint64_t t = events->get_time(current.row());