mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-27 10:33:54 +02:00
IDE: High-DPI: ObjectInspector: Size of filter edit glyphs. Issue #32097
git-svn-id: trunk@55496 -
This commit is contained in:
parent
9449604df9
commit
0982e734bb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user