mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 01:49:27 +02:00
IDE: build laz dlg: improved layout
git-svn-id: trunk@26557 -
This commit is contained in:
parent
766eea94fc
commit
92c6db6d27
@ -216,6 +216,7 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
Caption = 'AdvancedBuildOptions'
|
||||
ClientWidth = 555
|
||||
ClientHeight = 531
|
||||
OnResize = AdvancedBuildOptionsPageResize
|
||||
object OptionsLabel: TLabel
|
||||
AnchorSideTop.Control = ItemsListBox
|
||||
AnchorSideTop.Side = asrBottom
|
||||
|
@ -214,6 +214,7 @@ type
|
||||
AdvancedBuildOptionsPage: TPage;
|
||||
CBLDBtnPanel: TPanel;
|
||||
LCLInterfaceRadioGroup: TRadioGroup;
|
||||
procedure AdvancedBuildOptionsPageResize(Sender: TObject);
|
||||
procedure AppLCLInterfaceComboBoxChange(Sender: TObject);
|
||||
procedure CompileButtonClick(Sender: TObject);
|
||||
procedure FormClose(Sender: TObject; var CloseAction: TCloseAction);
|
||||
@ -1183,6 +1184,12 @@ begin
|
||||
LCLInterfaceRadioGroup.ItemIndex := Combo.ItemIndex;
|
||||
end;
|
||||
|
||||
procedure TConfigureBuildLazarusDlg.AdvancedBuildOptionsPageResize(
|
||||
Sender: TObject);
|
||||
begin
|
||||
ItemListHeader.Width:=AdvancedBuildOptionsPage.ClientWidth div 2;
|
||||
end;
|
||||
|
||||
procedure TConfigureBuildLazarusDlg.CompileButtonClick(Sender: TObject);
|
||||
begin
|
||||
Save(Options);
|
||||
|
@ -1703,7 +1703,7 @@ resourcestring
|
||||
+'functions.';
|
||||
dlgSearchPaths = 'Paths';
|
||||
dlgCOParsing = 'Parsing';
|
||||
dlgCodeGeneration = 'Code';
|
||||
dlgCodeGeneration = 'Code generation';
|
||||
dlgCOLinking = 'Linking';
|
||||
dlgCOVerbosity = 'Verbosity';
|
||||
dlgCOCfgCmpMessages = 'Messages';
|
||||
|
Loading…
Reference in New Issue
Block a user