fix issues#26

Добавил автоподбор ширины колонки по содержимому ячейки.
This commit is contained in:
lsv 2022-05-11 23:53:08 +05:00
parent 42db7dbb9f
commit 8a806cea86
2 changed files with 1 additions and 1 deletions

View file

@ -246,7 +246,7 @@ void pgObject::ShowStatisticsTables(frmMain* form, ctlListView* statistics, pgOb
statistics->ClearAll();
statistics->AddColumn(_("Table Name"));
if (hasSize)
statistics->AddColumn(_("Size"));
statistics->AddColumn(_("Size"), wxLIST_AUTOSIZE);
if (obj->GetConnection()->GetIsPgProEnt()) statistics->AddColumn(_("CFS %"));
statistics->AddColumn(_("Tuples inserted"));
statistics->AddColumn(_("Tuples updated"));

Binary file not shown.