Ignore:
Timestamp:
Jul 19, 2024, 3:51:57 PM (2 months ago)
Author:
chronos
Message:
  • Added: Menu action View - Fullscreen for switching into full screen mode.
  • Fixed: Save main form dimensions if application Exit action is selected.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormMain.lfm

    r167 r174  
    11object FormMain: TFormMain
    22  Left = 534
    3   Height = 993
     3  Height = 1061
    44  Top = 223
    55  Width = 1491
    66  AllowDropFiles = True
    77  Caption = 'vCard Studio'
    8   ClientHeight = 959
     8  ClientHeight = 1061
    99  ClientWidth = 1491
    1010  DesignTimePPI = 144
     
    1818  OnResize = FormResize
    1919  OnShow = FormShow
    20   LCLVersion = '2.2.6.0'
     20  LCLVersion = '3.4.0.0'
    2121  object CoolBar1: TCoolBar
    2222    Left = 0
     
    196196        OnClick = MenuItemColumnsClick
    197197      end
     198      object MenuItem17: TMenuItem
     199        Action = Core.AFullScreen
     200      end
    198201    end
    199202    object MenuItemTools: TMenuItem
Note: See TracChangeset for help on using the changeset viewer.