Ignore:
Timestamp:
Feb 22, 2023, 5:16:16 AM (2 years ago)
Author:
ataylor
Message:

Improve status bar height logic.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NewView/MainForm.pas

    r465 r468  
    43864386  StatusPanel.Left:= 0;
    43874387  StatusPanel.Width:= ClientWidth div 2 - 2;
    4388   StatusPanel.Height := TextHeight + Font.InternalLeading + 4;
     4388  StatusPanel.Height := TextHeight + Font.InternalLeading + 2;
    43894389
    43904390  ProgressPanel.Left:= ClientWidth div 2 + 2;
    43914391  ProgressPanel.Width:= ClientWidth - ProgressPanel.Left;
    4392   ProgressPanel.Height := TextHeight + Font.InternalLeading + 4;
     4392  ProgressPanel.Height := TextHeight + Font.InternalLeading + 2;
    43934393
    43944394  Notebook.Bottom := StatusPanel.Height + 3;
Note: See TracChangeset for help on using the changeset viewer.