Menu

Diff of /trunk/Src/IntfPreview.pas [r226] .. [r227]  Maximize  Restore

Switch to side-by-side view

--- 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
 
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.