diff --git a/installer/MMS_Installer.exe b/installer/MMS_Installer.exe index aadd733..648baed 100644 Binary files a/installer/MMS_Installer.exe and b/installer/MMS_Installer.exe differ diff --git a/installer/UnitfrmMain.dfm b/installer/UnitfrmMain.dfm index f9ed7a2..cc4171c 100644 --- a/installer/UnitfrmMain.dfm +++ b/installer/UnitfrmMain.dfm @@ -1,6 +1,6 @@ object frmMain: TfrmMain - Left = 311 - Top = 491 + Left = 333 + Top = 271 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'Metamod:Source Installer' @@ -6584,6 +6584,8 @@ object frmMain: TfrmMain Width = 509 Height = 24 AdvColorBorder = 0 + Color = clBtnFace + ColorBorder = 8623776 MaxValue = 8 Progress = 0 Font.Charset = DEFAULT_CHARSET @@ -6607,6 +6609,8 @@ object frmMain: TfrmMain Width = 509 Height = 24 AdvColorBorder = 0 + Color = clBtnFace + ColorBorder = 8623776 Progress = 0 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText diff --git a/installer/UnitfrmMain.pas b/installer/UnitfrmMain.pas index f0e0dc2..4a35722 100644 --- a/installer/UnitfrmMain.pas +++ b/installer/UnitfrmMain.pas @@ -132,7 +132,7 @@ type var frmMain: TfrmMain; -var VERSION: String = '1.3'; +var VERSION: String = '1.3d'; implementation