GridPrinter: Improved selection of zoom factor and zoom modes in PrintPreviewDialog.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8617 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2022-11-13 00:04:51 +00:00
parent 7e24531906
commit 335946d9e4
3 changed files with 29 additions and 15 deletions

View File

@ -159,7 +159,8 @@ object MainForm: TMainForm
FormParams.Height = 800
FormParams.Position = poDesigned
GridPrinter = GridPrinter1
Zoom = gpzZoomHeight
Zoom = 199
ZoomMode = zmFitHeight
Left = 288
Top = 96
end