You've already forked lazarus-ccr
jvcllaz: New features in JvThumbnail: ThumbColor, ThumbTitleColor, Margin. Fix TitleHeight.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6273 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -14,7 +14,7 @@ implementation
|
||||
{$R ../../resource/jvcustomreg.res}
|
||||
|
||||
uses
|
||||
Classes, ImgList, Controls, PropEdits, GraphPropEdits, ComponentEditors,
|
||||
Classes, ImgList, Controls, LResources, PropEdits, GraphPropEdits, ComponentEditors,
|
||||
JvDsgnConsts,
|
||||
JvOutlookBar, JvOutlookBarEditors,
|
||||
JvTabBar, JvTabBarXPPainter,
|
||||
@@ -49,6 +49,10 @@ begin
|
||||
RegisterPropertyEditor(TypeInfo(TImageIndex), TJvOutlookBarPage,
|
||||
'ImageIndex', TJvOutlookBarPageImageIndexProperty);
|
||||
|
||||
// Thumbnails
|
||||
RegisterPropertyToSkip(TJvThumbnail, 'ClientWidth', 'Redundant', '');
|
||||
RegisterPropertyToSkip(TJvThumbnail, 'ClientHeight', 'Redundant', '');
|
||||
|
||||
end;
|
||||
|
||||
end.
|
||||
|
Reference in New Issue
Block a user