mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 19:56:21 +02:00
IDE: install pkg dlg: fixed layout
git-svn-id: trunk@12708 -
This commit is contained in:
parent
94f9b83e0e
commit
53a3d197dd
@ -193,6 +193,9 @@ var
|
||||
BackupFileName: String;
|
||||
begin
|
||||
Result := mrOK;
|
||||
|
||||
|
||||
|
||||
NewFileName := GetLazarusPath('lazarus.new');
|
||||
FLazarusPath := GetLazarusPath('lazarus');
|
||||
BackupFileName := GetLazarusPath('lazarus.old');
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user