CodeSnip Old Code (SVN)
A repository for source code snippets, designed with Pascal in mind.
Brought to you by:
delphidabbler
--- a/trunk/Src/IntfPreview.pas +++ b/trunk/Src/IntfPreview.pas @@ -46,7 +46,6 @@ type - { IPreview: Interface implemented by objects that can display a document of a certain @@ -66,6 +65,10 @@ } end; +const + // Size of margin to use in previews + cPreviewMargin = 8; + implementation