From 73bde73fdbe63b8bcada5831ace4e4cce92f8397 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Mon, 5 May 2025 18:35:44 +0200 Subject: [PATCH] Add some minimum width to the scraper table view columns --- YACReaderLibrary/comic_vine/scraper_tableview.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/YACReaderLibrary/comic_vine/scraper_tableview.cpp b/YACReaderLibrary/comic_vine/scraper_tableview.cpp index 08f23296..eec6da83 100644 --- a/YACReaderLibrary/comic_vine/scraper_tableview.cpp +++ b/YACReaderLibrary/comic_vine/scraper_tableview.cpp @@ -54,6 +54,8 @@ ScraperTableView::ScraperTableView(QWidget *parent) setAlternatingRowColors(true); + horizontalHeader()->setMinimumSectionSize(85); + verticalHeader()->hide(); setSelectionMode(QAbstractItemView::SingleSelection);