Ignore:
Timestamp:
Mar 2, 2023, 1:57:29 AM (2 years ago)
Author:
ataylor
Message:

Adjustments to dialog scaling logic.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Components/ACLDialogs.pas

    r401 r470  
    356356procedure TACLQueryDialog.SetupShow;
    357357begin
    358   ScaleForm( self, 11, 16 );
     358  ScaleForm( self, 8, 16 );
    359359  FOKButton.Default := true;
    360360  FEdit.Focus;
Note: See TracChangeset for help on using the changeset viewer.