Ignore:
Timestamp:
Feb 22, 2023, 1:45:24 AM (2 years ago)
Author:
ataylor
Message:

Finish(?) implementing scale-to-font logic for NewView dialogs.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        11[Ee][Nn][Vv].[Ii][Nn][Cc]
         2*.[Bb][Aa][Kk]
  • trunk/NewView/PrintDialogUnit.pas

    r94 r465  
    6565Procedure TNewViewPrintDialog.NewViewPrintDialogOnSetupShow (Sender: TObject);
    6666Begin
    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;
    6870End;
    6971
Note: See TracChangeset for help on using the changeset viewer.