IDE: High-DPI: ObjectInspector: Size of filter edit glyphs. Issue

git-svn-id: trunk@55496 -
This commit is contained in:
michl 2017-07-13 16:56:01 +00:00
parent 9449604df9
commit 0982e734bb

View File

@ -4339,6 +4339,7 @@ begin
ComponentPanel.Constraints.MinHeight := 8;
ComponentPanel.Visible := FShowComponentTree;
CompFilterEdit.FilteredTreeview := ComponentTree;
TIDEImages.AssignImage(CompFilterEdit.Glyph, 'btnfiltercancel');
InfoPanel := TPanel.Create(Self);
with InfoPanel do
@ -4401,6 +4402,7 @@ begin
OnAfterFilter := @PropFilterEditAfterFilter;
OnResize := @PropFilterEditResize;
end;
TIDEImages.AssignImage(PropFilterEdit.Glyph, 'btnfiltercancel');
CreateNoteBook;
end;