You've already forked lazarus-ccr
GridPrinter: Allow to adjust printer scale factor to fit print-out into a number of pages.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8622 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -111,7 +111,7 @@ end;
|
||||
procedure TMainForm.FormCreate(Sender: TObject);
|
||||
const
|
||||
NUM_ROWS = 100;
|
||||
NUM_COLS = 20;
|
||||
NUM_COLS = 15;
|
||||
var
|
||||
i, r, c: Integer;
|
||||
begin
|
||||
@@ -140,8 +140,6 @@ begin
|
||||
finally
|
||||
StringGrid1.EndUpdate;
|
||||
end;
|
||||
|
||||
// GridPrinter1.PrintScaleFactor := 0.5;
|
||||
end;
|
||||
|
||||
{ Populates the languages combobox: reads the names of the app's .po files
|
||||
|
||||
Reference in New Issue
Block a user