- Timestamp:
- Feb 18, 2023, 6:26:37 PM (2 years ago)
- Location:
- trunk/ae
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ae/ColorsFormUnit.pas
r454 r460 47 47 Procedure TColorsForm.ColorsFormOnSetupShow (Sender: TObject); 48 48 Begin 49 // ScaleForm( self, 11, 16 );49 ScaleForm( self, 8, 16 ); 50 50 // doesn't look to good with non-proportional scaling. 51 51 End; -
trunk/ae/MainFormUnit.pas
r454 r460 9 9 10 10 Const 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'; 13 13 14 14 { Todo: … … 1720 1720 FirstPanelWidth: longint; 1721 1721 Begin 1722 StatusBar.Height := Canvas.TextHeight( 'S' ) + 4;1722 StatusBar.Height := Canvas.TextHeight( 'S' ) + Font.InternalLeading + 4; 1723 1723 if Assigned( Memo ) then 1724 1724 begin -
trunk/ae/ProductInformationFormUnit.pas
r454 r460 48 48 Procedure TProductInformationForm.ProductInformationFormOnSetupShow (Sender: TObject); 49 49 Begin 50 ScaleForm( self, 11, 16 );50 ScaleForm( self, 8, 16 ); 51 51 End; 52 52 … … 54 54 Begin 55 55 RegisterForLanguages( OnLanguageEvent ); 56 Font := GetNiceDefaultFont; 56 57 57 58 NameAndVersionEdit.Font := Screen.CreateCompatibleFont( Font );
Note:
See TracChangeset
for help on using the changeset viewer.