diff --git a/2.10/Source/Main.dfm b/2.10/Source/Main.dfm index daa1f50..9e2d3ed 100644 --- a/2.10/Source/Main.dfm +++ b/2.10/Source/Main.dfm @@ -2,7 +2,7 @@ object MainForm: TMainForm Left = 408 Top = 98 Width = 574 - Height = 615 + Height = 635 Caption = 'Apophysis' Color = clBtnFace Font.Charset = ANSI_CHARSET @@ -291,7 +291,7 @@ object MainForm: TMainForm Left = 1 Top = 1 Width = 400 - Height = 520 + Height = 532 Align = alClient AutoSize = True PopupMenu = DisplayPopup diff --git a/2.10/Source/Main.pas b/2.10/Source/Main.pas index ce30e85..ba6c552 100644 --- a/2.10/Source/Main.pas +++ b/2.10/Source/Main.pas @@ -2353,6 +2353,7 @@ begin SaveForm.Caption := 'Save Parameters'; SaveForm.Filename := SavePath; SaveForm.Title := maincp.name; + SaveForm.txtTitle.Enabled := True; if SaveForm.ShowModal = mrOK then begin maincp.name := SaveForm.Title;