Ignore:
Timestamp:
May 21, 2018, 2:50:02 PM (6 years ago)
Author:
chronos
Message:
  • Added: New window to list all available actions with their keyboard shortcuts.
  • Fixed: Keyboard shortcuts didn't worked for FormClient docked into FormMain.
  • Fixed: Signal a turn start to first player if a game is loaded from a file.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.lfm

    r203 r206  
    55  Width = 775
    66  Caption = 'xTactics'
    7   ClientHeight = 587
     7  ClientHeight = 596
    88  ClientWidth = 775
    9   DesignTimePPI = 144
     9  DesignTimePPI = 120
    1010  Menu = MainMenu1
    1111  OnClose = FormClose
     
    7777  object PanelMain: TPanel
    7878    Left = 0
    79     Height = 547
     79    Height = 556
    8080    Top = 40
    8181    Width = 775
     
    9292      object MenuItem2: TMenuItem
    9393        Action = Core.AGameNew
    94         Caption = 'New...'
    9594      end
    9695      object MenuItem3: TMenuItem
     
    108107      object MenuItem15: TMenuItem
    109108        Action = Core.AGameSave
    110         ShortCut = 16467
    111109      end
    112110      object MenuItem29: TMenuItem
    113111        Action = Core.AGameSaveAs
    114         Caption = 'Save as'
    115         ShortCut = 24659
    116112      end
    117113      object MenuItem5: TMenuItem
     
    177173      object MenuItem23: TMenuItem
    178174        Action = Core.AHelp
     175      end
     176      object MenuItem4: TMenuItem
     177        Action = Core.AShowKeyShortcuts
    179178      end
    180179      object MenuItem17: TMenuItem
Note: See TracChangeset for help on using the changeset viewer.