You've already forked lazarus-ccr
richmemo: added constant for linespacing. corrected loading/saving of linespacing information
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3812 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -48,7 +48,11 @@ type
|
||||
end;
|
||||
|
||||
const
|
||||
DefLineSpacing = 1.2;
|
||||
DefLineSpacing = 1.2;
|
||||
SingleLineSpacing = DefLineSpacing;
|
||||
OneHalfLineSpacing = DefLineSpacing * 1.5;
|
||||
DoubleLineSpacing = DefLineSpacing * 2.0;
|
||||
|
||||
|
||||
type
|
||||
TParaNumStyle = (pnNone, pnBullet, pnNumber, pnLowLetter
|
||||
|
Reference in New Issue
Block a user