mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 05:39:17 +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.Constraints.MinHeight := 8;
|
||||||
ComponentPanel.Visible := FShowComponentTree;
|
ComponentPanel.Visible := FShowComponentTree;
|
||||||
CompFilterEdit.FilteredTreeview := ComponentTree;
|
CompFilterEdit.FilteredTreeview := ComponentTree;
|
||||||
|
TIDEImages.AssignImage(CompFilterEdit.Glyph, 'btnfiltercancel');
|
||||||
|
|
||||||
InfoPanel := TPanel.Create(Self);
|
InfoPanel := TPanel.Create(Self);
|
||||||
with InfoPanel do
|
with InfoPanel do
|
||||||
@ -4401,6 +4402,7 @@ begin
|
|||||||
OnAfterFilter := @PropFilterEditAfterFilter;
|
OnAfterFilter := @PropFilterEditAfterFilter;
|
||||||
OnResize := @PropFilterEditResize;
|
OnResize := @PropFilterEditResize;
|
||||||
end;
|
end;
|
||||||
|
TIDEImages.AssignImage(PropFilterEdit.Glyph, 'btnfiltercancel');
|
||||||
|
|
||||||
CreateNoteBook;
|
CreateNoteBook;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user