Skip to content

Commit

Permalink
center the radio check mark
Browse files Browse the repository at this point in the history
  • Loading branch information
dk committed Oct 6, 2024
1 parent 7e5d01f commit f413f49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Prima/Menus.pm
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ sub draw
$Y -= $Xw;
if ( $self->group > 0 ) {
my $D = $em / 2;
$Y -= $D / 2;
$draw_radio = [
$X, $Y, $X + $D, $Y + $D, $X + $D * 2, $Y, $X + $D, $Y - $D
];
Expand Down

0 comments on commit f413f49

Please sign in to comment.