Ignore:
Timestamp:
Sep 26, 2014, 1:58:41 PM (10 years ago)
Author:
chronos
Message:
  • Modified: Show one bigger arrow between two cells on unit move.
  • Added: New move clear existing counter move.
  • Modified: Move toolbar to left to have more space on top.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.pas

    r58 r62  
    180180    ToolBar1.ButtonHeight := 32 + 6;
    181181    ToolBar1.Height := 32 + 10;
     182    ToolBar1.Width := 32 + 10;
    182183  end else begin
    183184    ToolBar1.ButtonWidth := 16 + 7;
    184185    ToolBar1.ButtonHeight := 16 + 6;
    185186    ToolBar1.Height := 16 + 10;
     187    ToolBar1.Width := 16 + 10;
    186188    ToolBar1.Images := Core.ImageListSmall;
    187189  end;
Note: See TracChangeset for help on using the changeset viewer.