Ignore:
Timestamp:
Jan 28, 2019, 10:38:17 PM (6 years ago)
Author:
chronos
Message:
  • Modified: Keep randseed for randomly generated map preview inside New game form.
  • Modified: Resize map preview with form resize.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormNew.lfm

    r269 r270  
    518518          Top = 272
    519519          Width = 359
     520          Anchors = [akTop, akLeft, akRight]
     521          OnResize = Image1Resize
    520522        end
    521523        object Label15: TLabel
     
    523525          Height = 26
    524526          Top = 240
    525           Width = 147
    526           Caption = 'Random preview:'
    527           ParentColor = False
     527          Width = 71
     528          Caption = 'Preview:'
     529          ParentColor = False
     530        end
     531        object ButtonRandomize: TButton
     532          Left = 10
     533          Height = 38
     534          Top = 540
     535          Width = 153
     536          Caption = 'Randomize'
     537          OnClick = ButtonRandomizeClick
     538          TabOrder = 17
    528539        end
    529540      end
Note: See TracChangeset for help on using the changeset viewer.