mirror of
https://github.com/nxshock/calculator.git
synced 2025-07-02 00:13:37 +05:00
Замена десятичной точки на точку
This commit is contained in:
parent
fafb667ad3
commit
25e44a3bd6
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ end;
|
|||
|
||||
procedure TMainForm.FormCreate(Sender: TObject);
|
||||
begin
|
||||
FormatSettings.DecimalSeparator := ',';
|
||||
FormatSettings.DecimalSeparator := '.';
|
||||
MainForm.Left := Screen.Width - MainForm.Width - 16;
|
||||
MainForm.Top := Screen.Height - MainForm.Height - 64;
|
||||
AssociateHotkeys(Handle);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue