mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Apply Align=alClient automatically to all options editors.
This commit is contained in:
parent
92ebc8a69a
commit
26129fac3b
5 changed files with 1 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
inherited frmOptionsColors: TfrmOptionsColors
|
||||
Height = 359
|
||||
Width = 644
|
||||
Align = alClient
|
||||
ClientHeight = 359
|
||||
ClientWidth = 644
|
||||
object pcColors: TPageControl[0]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
inherited frmOptionsLanguage: TfrmOptionsLanguage
|
||||
Align = alClient
|
||||
object lngList: TListBox[0]
|
||||
Left = 0
|
||||
Height = 240
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
inherited frmOptionsPlugins: TfrmOptionsPlugins
|
||||
Height = 376
|
||||
Width = 604
|
||||
Align = alClient
|
||||
ClientHeight = 376
|
||||
ClientWidth = 604
|
||||
object pcPluginsTypes: TPageControl[0]
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
inherited frmOptionsToolTips: TfrmOptionsToolTips
|
||||
Height = 415
|
||||
Width = 599
|
||||
Align = alClient
|
||||
AutoSize = True
|
||||
ClientHeight = 415
|
||||
ClientWidth = 599
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue