mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-04 17:18:16 +02:00
IDE: Add hints to project forms options frame. Issue #28205, patch from Alexey Torgashin.
git-svn-id: trunk@49204 -
This commit is contained in:
parent
ecf4539fab
commit
fd613aa8a9
@ -263,6 +263,11 @@ begin
|
||||
FillAutoCreateFormsListbox;
|
||||
FillAvailFormsListBox;
|
||||
FormsAutoCreateNewFormsCheckBox.Checked := Project.AutoCreateForms;
|
||||
|
||||
FormsMoveAutoCreatedFormUpBtn.ShowHint := true;
|
||||
FormsMoveAutoCreatedFormsDownBtn.ShowHint := true;
|
||||
FormsMoveAutoCreatedFormUpBtn.Hint := lisMMMoveSelectedItemUp;
|
||||
FormsMoveAutoCreatedFormsDownBtn.Hint := lisMMMoveSelectedItemDown;
|
||||
end;
|
||||
|
||||
procedure TProjectFormsOptionsFrame.WriteSettings(AOptions: TAbstractIDEOptions);
|
||||
|
Loading…
Reference in New Issue
Block a user