Ignore:
Timestamp:
Feb 3, 2018, 11:32:34 AM (6 years ago)
Author:
chronos
Message:
  • Added: All map files downloadable for original game.
  • Fixed: Copy map files from program files to application data.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/Diagram.pas

    r92 r113  
    129129  inherited;
    130130  TitleHeight := WideFrame + 20;
    131   InnerHeight := ClientHeight - TitleHeight - NarrowFrame;
     131  InnerHeight := Height - TitleHeight - NarrowFrame;
    132132  CaptionRight := CloseBtn.Left;
    133133  CaptionLeft := ToggleBtn.Left + ToggleBtn.Width;
Note: See TracChangeset for help on using the changeset viewer.