mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-12 09:40:58 +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
|
MaxLength = 0
|
||||||
ParentFont = False
|
ParentFont = False
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
TextHint = '(suodatin)'
|
|
||||||
FilteredTreeview = CategoryTree
|
FilteredTreeview = CategoryTree
|
||||||
end
|
end
|
||||||
object SettingsPanel: TPanel
|
object SettingsPanel: TPanel
|
||||||
|
|||||||
@ -157,7 +157,6 @@ begin
|
|||||||
SettingsPanel.Constraints.MinHeight:=0;
|
SettingsPanel.Constraints.MinHeight:=0;
|
||||||
SetBuildModeVisibility(False);
|
SetBuildModeVisibility(False);
|
||||||
UseBuildModeCheckBox.Caption:=lisBuildModes;
|
UseBuildModeCheckBox.Caption:=lisBuildModes;
|
||||||
FilterEdit.TextHint:=lisCEFilter;
|
|
||||||
|
|
||||||
IDEDialogLayoutList.ApplyLayout(Self, Width, Height);
|
IDEDialogLayoutList.ApplyLayout(Self, Width, Height);
|
||||||
Caption := dlgIDEOptions;
|
Caption := dlgIDEOptions;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user