From 53a3d197dd12b026512dc3dd5964d87fb8cdb64f Mon Sep 17 00:00:00 2001 From: mattias Date: Sat, 3 Nov 2007 01:08:40 +0000 Subject: [PATCH] IDE: install pkg dlg: fixed layout git-svn-id: trunk@12708 - --- ide/lazarusmanager.pas | 3 +++ packager/installpkgsetdlg.lfm | 8 +++----- packager/installpkgsetdlg.lrs | 5 ++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ide/lazarusmanager.pas b/ide/lazarusmanager.pas index 5a83d67534..f056af61ca 100644 --- a/ide/lazarusmanager.pas +++ b/ide/lazarusmanager.pas @@ -193,6 +193,9 @@ var BackupFileName: String; begin Result := mrOK; + + + NewFileName := GetLazarusPath('lazarus.new'); FLazarusPath := GetLazarusPath('lazarus'); BackupFileName := GetLazarusPath('lazarus.old'); diff --git a/packager/installpkgsetdlg.lfm b/packager/installpkgsetdlg.lfm index a224872fff..29b0f259e0 100644 --- a/packager/installpkgsetdlg.lfm +++ b/packager/installpkgsetdlg.lfm @@ -154,11 +154,9 @@ object InstallPkgSetDialog: TInstallPkgSetDialog ClientWidth = 511 TabOrder = 5 object PkgInfoMemo: TMemo - Left = 5 - Height = 38 - Top = 5 - Width = 496 - Anchors = [akTop, akLeft, akRight, akBottom] + Height = 66 + Width = 511 + Align = alClient ReadOnly = True ScrollBars = ssAutoVertical TabOrder = 0 diff --git a/packager/installpkgsetdlg.lrs b/packager/installpkgsetdlg.lrs index 12ed930b77..e60af8ab0c 100644 --- a/packager/installpkgsetdlg.lrs +++ b/packager/installpkgsetdlg.lrs @@ -48,7 +48,6 @@ LazarusResources.Add('TInstallPkgSetDialog','FORMDATA',[ +'upBox'#4'Left'#2#7#6'Height'#2'U'#3'Top'#3'2'#1#5'Width'#3#3#2#7'Anchors'#11 +#6'akLeft'#7'akRight'#8'akBottom'#0#7'Caption'#6#15'PkgInfoGroupBox'#12'Clie' +'ntHeight'#2'B'#11'ClientWidth'#3#255#1#8'TabOrder'#2#5#0#5'TMemo'#11'PkgInf' - +'oMemo'#4'Left'#2#5#6'Height'#2'&'#3'Top'#2#5#5'Width'#3#240#1#7'Anchors'#11 - +#5'akTop'#6'akLeft'#7'akRight'#8'akBottom'#0#8'ReadOnly'#9#10'ScrollBars'#7 - +#14'ssAutoVertical'#8'TabOrder'#2#0#0#0#0#0 + +'oMemo'#6'Height'#2'B'#5'Width'#3#255#1#5'Align'#7#8'alClient'#8'ReadOnly'#9 + +#10'ScrollBars'#7#14'ssAutoVertical'#8'TabOrder'#2#0#0#0#0#0 ]);