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:
wp_xxyyzz
2020-01-17 23:29:41 +00:00
parent a4945a3a0a
commit fb0f6f8032
4 changed files with 75 additions and 16 deletions

View File

@ -57,6 +57,8 @@ begin
RegisterComponentEditor(TJvCustomOutlookBar, TJvOutlookBarEditor);
// Thumbnails
RegisterPropertyEditor(TypeInfo(String), TJvThumbView,
'Filter', TFileDlgFilterProperty);
RegisterPropertyToSkip(TJvThumbnail, 'ClientWidth', 'Redundant', '');
RegisterPropertyToSkip(TJvThumbnail, 'ClientHeight', 'Redundant', '');