Ignore:
Timestamp:
Nov 15, 2014, 10:32:26 PM (10 years ago)
Author:
chronos
Message:
  • Fixed: Allow map movement by mouse after moving cursor for at least defined number of pixels to minimalize accidental map move by clicking to map.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormNew.lfm

    r82 r87  
    11object FormNew: TFormNew
    2   Left = 987
     2  Left = 624
    33  Height = 528
    4   Top = 500
     4  Top = 313
    55  Width = 745
    66  Caption = 'New game'
     
    5252    object TabSheet1: TTabSheet
    5353      Caption = 'Players'
    54       ClientHeight = 422
     54      ClientHeight = 425
    5555      ClientWidth = 739
    5656      object ListView1: TListView
     
    121121    object TabSheet2: TTabSheet
    122122      Caption = 'Map'
    123       ClientHeight = 422
     123      ClientHeight = 425
    124124      ClientWidth = 739
    125125      object Label1: TLabel
     
    337337    object TabSheet3: TTabSheet
    338338      Caption = 'Rules'
    339       ClientHeight = 422
     339      ClientHeight = 425
    340340      ClientWidth = 739
    341341      object RadioGroupGrowCells: TRadioGroup
     
    353353        ChildSizing.Layout = cclLeftToRightThenTopToBottom
    354354        ChildSizing.ControlsPerLine = 1
    355         ClientHeight = 78
     355        ClientHeight = 81
    356356        ClientWidth = 308
    357357        Items.Strings = (
     
    364364      object Label6: TLabel
    365365        Left = 8
    366         Height = 25
     366        Height = 22
    367367        Top = 248
    368         Width = 129
     368        Width = 114
    369369        Caption = 'Win objective:'
    370370        ParentColor = False
     
    372372      object ComboBoxWinObjective: TComboBox
    373373        Left = 232
    374         Height = 37
     374        Height = 34
    375375        Top = 240
    376376        Width = 328
     
    399399        ChildSizing.Layout = cclLeftToRightThenTopToBottom
    400400        ChildSizing.ControlsPerLine = 1
    401         ClientHeight = 49
     401        ClientHeight = 52
    402402        ClientWidth = 301
    403403        Items.Strings = (
     
    409409      object CheckBoxFogOfWar: TCheckBox
    410410        Left = 336
    411         Height = 27
     411        Height = 24
    412412        Top = 24
    413         Width = 120
     413        Width = 106
    414414        Caption = 'Fog of war'
    415415        TabOrder = 3
Note: See TracChangeset for help on using the changeset viewer.