diff --git a/ide/aboutfrm.lfm b/ide/aboutfrm.lfm index 36530bb7f5..c1a987554d 100644 --- a/ide/aboutfrm.lfm +++ b/ide/aboutfrm.lfm @@ -8,6 +8,8 @@ object AboutForm: TAboutForm Caption = 'About Lazarus' ClientHeight = 390 ClientWidth = 470 + Constraints.MinHeight = 390 + Constraints.MinWidth = 470 OnClose = FormClose OnCreate = AboutFormCreate OnShow = FormShow diff --git a/ide/aboutfrm.pas b/ide/aboutfrm.pas index 8f19413136..28d58aca43 100644 --- a/ide/aboutfrm.pas +++ b/ide/aboutfrm.pas @@ -192,11 +192,6 @@ begin VersionLabel.Font.Color:= clWhite; - Width:= Scale96ToForm(470); - Height:= Scale96ToForm(390); - Constraints.MinWidth:= Width; - Constraints.MinHeight:= Height; - AboutMemo.Lines.Text:= Format(lisAboutLazarusMsg,[DoubleLineEnding,DoubleLineEnding,DoubleLineEnding]); diff --git a/ide/splash.lfm b/ide/splash.lfm index 11fff4e0aa..013b954bf3 100644 --- a/ide/splash.lfm +++ b/ide/splash.lfm @@ -3,8 +3,6 @@ object SplashForm: TSplashForm Height = 300 Top = 370 Width = 450 - HorzScrollBar.Page = 300 - VertScrollBar.Page = 450 BorderStyle = bsNone Caption = 'Lazarus' ClientHeight = 300