UPD: Apply Align=alClient automatically to all options editors.

This commit is contained in:
cobines 2011-08-30 21:50:47 +00:00
commit 26129fac3b
5 changed files with 1 additions and 4 deletions

View file

@ -1420,6 +1420,7 @@ begin
for I:= 0 to OptionsEditorClassList.Count - 1 do
begin
aOptionsEditor:= OptionsEditorClassList[I].OptionsEditorClass.Create(Self);
aOptionsEditor.Align := alClient;
aOptionsEditor.Parent:= nbNotebook.Page[Integer(OptionsEditorClassList[I].OptionsEditorType)];
FOptionsEditorList.Add(aOptionsEditor);
end;

View file

@ -1,7 +1,6 @@
inherited frmOptionsColors: TfrmOptionsColors
Height = 359
Width = 644
Align = alClient
ClientHeight = 359
ClientWidth = 644
object pcColors: TPageControl[0]

View file

@ -1,5 +1,4 @@
inherited frmOptionsLanguage: TfrmOptionsLanguage
Align = alClient
object lngList: TListBox[0]
Left = 0
Height = 240

View file

@ -1,7 +1,6 @@
inherited frmOptionsPlugins: TfrmOptionsPlugins
Height = 376
Width = 604
Align = alClient
ClientHeight = 376
ClientWidth = 604
object pcPluginsTypes: TPageControl[0]

View file

@ -1,7 +1,6 @@
inherited frmOptionsToolTips: TfrmOptionsToolTips
Height = 415
Width = 599
Align = alClient
AutoSize = True
ClientHeight = 415
ClientWidth = 599