Skip to content

Commit

Permalink
FIXED: shrink text elements in scripting module
Browse files Browse the repository at this point in the history
  • Loading branch information
nkh committed Nov 14, 2023
1 parent dec73e8 commit e8752ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/App/Asciio/Scripting.pm
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ for (0 .. $#$box_type)
}

$element->set_box_type($box_type) ;
$element->shrink() ;

return $element ;
}
Expand Down

0 comments on commit e8752ee

Please sign in to comment.