Skip to content

Commit

Permalink
Update guiutils.simba
Browse files Browse the repository at this point in the history
  • Loading branch information
Torwent committed Sep 5, 2021
1 parent 4bdbc4a commit fd088f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/guiutils.simba
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ end;
procedure TLabeledCheckbox.SetLeft(Value: Integer);
begin
Title.SetLeft(Value);
Checkbox.SetLeft(Title.getLeft + Title.getWidth + 35);
Checkbox.SetLeft(Title.getLeft + Title.getWidth + 15);
end;


Expand Down

0 comments on commit fd088f7

Please sign in to comment.