Skip to content

Commit

Permalink
add MaxPerl
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Karasik committed Feb 6, 2017
1 parent 300a01d commit 141ef36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Prima/Spinner.pm
Expand Up @@ -103,7 +103,7 @@ sub on_paint
my $ref_text = '800%';
my $ext = 10 * $scale_factor;
my $attempts = 3;
$canvas-> font-> height( 5 * $scale_factor );
$canvas-> font-> height( 4 * $scale_factor );
while ( $attempts-- ) {
my $tw = $canvas-> get_text_width( $ref_text );
last if $tw <= $ext;
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -178,3 +178,4 @@ CREDITS
- Myra Nelson
- Sean Healy
- Ali Yassen
- Maximilian Lika
1 change: 1 addition & 0 deletions utils/makedoc/intro.tex
Expand Up @@ -107,6 +107,7 @@ \subsubsection{Credits}
Myra Nelson
Sean Healy
Ali Yassen
Maximilian Lika

-- thank you for your help.

Expand Down

0 comments on commit 141ef36

Please sign in to comment.