diff --git a/convert-icons.pl b/convert-icons.pl index 01bacf6..f5f357d 100755 --- a/convert-icons.pl +++ b/convert-icons.pl @@ -2,7 +2,7 @@ use strict; use warnings; -my @heights = (18, 20, 24, 36, 40, 48, 64); +my @heights = (18, 20, 24, 36, 38, 40, 48, 64); sub run(@){ print "@_\n";