From 76046c5344bc76eaaaa470d1f7a2b75cafbaa400 Mon Sep 17 00:00:00 2001 From: Ladislav Foldyna Date: Mon, 16 Sep 2024 16:56:46 +0200 Subject: [PATCH] Fixed #464 - Logbook: QSO Table Column Width Does Not Stick --- ui/LogbookWidget.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/ui/LogbookWidget.cpp b/ui/LogbookWidget.cpp index 47715232..ef160a2a 100644 --- a/ui/LogbookWidget.cpp +++ b/ui/LogbookWidget.cpp @@ -660,8 +660,6 @@ void LogbookWidget::updateTable() while ( model->canFetchMore() && model->rowCount() < 5000 ) model->fetchMore(); - ui->contactTable->resizeColumnsToContents(); - // it is not possible to use mode->rowCount here because model contains only // the first 5000 records (or more) and rowCount has a value 5000 here. Therefore, it is needed // to run a QSL stateme with Count. Run it only in case when QTableview does not contain all