Ignore:
Timestamp:
Sep 22, 2018, 9:37:16 PM (6 years ago)
Author:
chronos
Message:
  • Fixed: Use different interface language if installed as deb Linux package.
  • Fixed: Propagate status bar, toolbar visibilit, and toolbar icons size to client form.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.lfm

    r243 r249  
    11object FormMain: TFormMain
    2   Left = 801
     2  Left = 826
    33  Height = 621
    4   Top = 352
     4  Top = 419
    55  Width = 775
    66  Caption = 'xTactics'
    7   ClientHeight = 596
     7  ClientHeight = 587
    88  ClientWidth = 775
    9   DesignTimePPI = 120
     9  DesignTimePPI = 144
    1010  Menu = MainMenu1
    1111  OnActivate = FormActivate
     
    7979  object PanelMain: TPanel
    8080    Left = 0
    81     Height = 556
     81    Height = 547
    8282    Top = 40
    8383    Width = 775
     
    147147      end
    148148      object MenuItem22: TMenuItem
    149         Caption = 'Statusbar visible'
     149        Action = AStatusBarVisible
    150150      end
    151151      object MenuItem26: TMenuItem
     
    208208      OnExecute = AToolBarVisibleExecute
    209209    end
     210    object AStatusBarVisible: TAction
     211      Caption = 'Status bar visible'
     212      OnExecute = AStatusBarVisibleExecute
     213    end
    210214  end
    211215  object PopupMenuToolbar: TPopupMenu
Note: See TracChangeset for help on using the changeset viewer.