From f5f8a8d344810719bd8bd88c12f93555766caa2b Mon Sep 17 00:00:00 2001 From: Andinus Date: Sat, 6 Jun 2020 20:52:36 +0530 Subject: Change Notes column width to 74 --- ara.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ara.pl') diff --git a/ara.pl b/ara.pl index 99a6823..ef137b9 100755 --- a/ara.pl +++ b/ara.pl @@ -107,7 +107,7 @@ my ( $covid_19_data, $notes_table, @months, $today ); if ( $state_notes ) { $notes_table = Text::ASCIITable->new( { drawRowLine => 1 } ); $notes_table->setCols( qw( State Notes ) ); - $notes_table->setColWidth( 'Notes', 84 ); + $notes_table->setColWidth( 'Notes', 74 ); } else { # Map month number to Months. @months = qw( lol Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec ); -- cgit 1.4.1-2-gfad0