close Warning: Can't synchronize with repository "(default)" (No changeset 184 in the repository). Look in the Trac log for more information.

Ignore:
Timestamp:
Nov 14, 2017, 11:11:57 PM (6 years ago)
Author:
chronos
Message:
  • Added: Map can have rounded shape.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormNew.pas

    r130 r151  
    120120  SGrowAmountBySquareRoot = 'By square root';
    121121  SRectangular = 'Rectangular';
     122  SRounded = 'Rounded';
    122123  SFromImageFile = 'From image file';
    123124
     
    207208    Items.Add(SRectangular);
    208209    Items.Add(SFromImageFile);
     210    Items.Add(SRounded);
    209211    ItemIndex := LastIndex;
    210212  end;
Note: See TracChangeset for help on using the changeset viewer.