mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-05 15:57:18 +01:00
IDE: Remove extra value of TextHint in IdeOptionsDialog form file. Issue #28956.
git-svn-id: trunk@50229 -
This commit is contained in:
parent
bfeff4b3d8
commit
9271bc1893
@ -95,7 +95,6 @@ object IDEOptionsDialog: TIDEOptionsDialog
|
||||
MaxLength = 0
|
||||
ParentFont = False
|
||||
TabOrder = 1
|
||||
TextHint = '(suodatin)'
|
||||
FilteredTreeview = CategoryTree
|
||||
end
|
||||
object SettingsPanel: TPanel
|
||||
|
||||
@ -157,7 +157,6 @@ begin
|
||||
SettingsPanel.Constraints.MinHeight:=0;
|
||||
SetBuildModeVisibility(False);
|
||||
UseBuildModeCheckBox.Caption:=lisBuildModes;
|
||||
FilterEdit.TextHint:=lisCEFilter;
|
||||
|
||||
IDEDialogLayoutList.ApplyLayout(Self, Width, Height);
|
||||
Caption := dlgIDEOptions;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user