diff --git a/schema/pgObject.cpp b/schema/pgObject.cpp index 86af4e7..5435ea2 100644 --- a/schema/pgObject.cpp +++ b/schema/pgObject.cpp @@ -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")); diff --git a/x64/Release_(3.0)/pgAdmin3.exe b/x64/Release_(3.0)/pgAdmin3.exe index 7f2f0fb..99c8afd 100644 Binary files a/x64/Release_(3.0)/pgAdmin3.exe and b/x64/Release_(3.0)/pgAdmin3.exe differ