You've already forked lazarus-ccr
jvcllaz: Make TJvThumbView high-dpi aware. Provide FileDlgFilter property editor for TJvThumbView.Filter.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7296 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -57,6 +57,8 @@ begin
|
||||
RegisterComponentEditor(TJvCustomOutlookBar, TJvOutlookBarEditor);
|
||||
|
||||
// Thumbnails
|
||||
RegisterPropertyEditor(TypeInfo(String), TJvThumbView,
|
||||
'Filter', TFileDlgFilterProperty);
|
||||
RegisterPropertyToSkip(TJvThumbnail, 'ClientWidth', 'Redundant', '');
|
||||
RegisterPropertyToSkip(TJvThumbnail, 'ClientHeight', 'Redundant', '');
|
||||
|
||||
|
Reference in New Issue
Block a user