Changeset 467
- Timestamp:
- Feb 22, 2023, 5:13:27 AM (2 years ago)
- Location:
- trunk/ae
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ae/MainFormUnit.pas
r461 r467 1720 1720 FirstPanelWidth: longint; 1721 1721 Begin 1722 StatusBar.Height := Canvas.TextHeight( 'S' ) + Font.InternalLeading + 4;1722 StatusBar.Height := Canvas.TextHeight( 'S' ) + Font.InternalLeading + 2; 1723 1723 if Assigned( Memo ) then 1724 1724 begin
Note:
See TracChangeset
for help on using the changeset viewer.