Ignore:
Timestamp:
Feb 18, 2023, 6:26:37 PM (2 years ago)
Author:
ataylor
Message:

AE now uses WindowText font and scales controls as needed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ae/MainFormUnit.pas

    r454 r460  
    99
    1010Const
    11   AppVersion =     'v1.9.8a'; // $SS_REQUIRE_NEW_VERSION$
    12   BldLevelVersion = '1.9.8a';
     11  AppVersion =     'v1.9.7c'; // $SS_REQUIRE_NEW_VERSION$
     12  BldLevelVersion = '1.9.7c';
    1313
    1414{ Todo:
     
    17201720  FirstPanelWidth: longint;
    17211721Begin
    1722   StatusBar.Height := Canvas.TextHeight( 'S' ) + 4;
     1722  StatusBar.Height := Canvas.TextHeight( 'S' ) + Font.InternalLeading + 4;
    17231723  if Assigned( Memo ) then
    17241724  begin
Note: See TracChangeset for help on using the changeset viewer.