Changeset 465 for trunk/NewView/PrintDialogUnit.pas
- Timestamp:
- Feb 22, 2023, 1:45:24 AM (2 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 1 [Ee][Nn][Vv].[Ii][Nn][Cc] 2 *.[Bb][Aa][Kk]
-
- Property svn:ignore
-
trunk/NewView/PrintDialogUnit.pas
r94 r465 65 65 Procedure TNewViewPrintDialog.NewViewPrintDialogOnSetupShow (Sender: TObject); 66 66 Begin 67 ScaleForm( self, 11, 16 ); 67 ScaleForm( self, 8, 16 ); 68 // ScaleForm seems to misposition the combo-box, so fix it here 69 PrinterComboBox.Bottom := PrinterLabel.Bottom - PrinterComboBox.Height - 1; 68 70 End; 69 71
Note:
See TracChangeset
for help on using the changeset viewer.