close Warning: Can't synchronize with repository "(default)" (No changeset 184 in the repository). Look in the Trac log for more information.

Ignore:
Timestamp:
Aug 16, 2014, 11:02:07 PM (10 years ago)
Author:
chronos
Message:
  • Added: Support for switching large icons in toolbar.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.lfm

    r43 r46  
    55  Width = 775
    66  Caption = 'xTactics'
    7   ClientHeight = 595
     7  ClientHeight = 592
    88  ClientWidth = 775
    99  Menu = MainMenu1
     
    1717  object PaintBox1: TPaintBox
    1818    Left = 0
    19     Height = 537
     19    Height = 531
    2020    Top = 32
    2121    Width = 775
     
    3232  object StatusBar1: TStatusBar
    3333    Left = 0
    34     Height = 26
    35     Top = 569
     34    Height = 29
     35    Top = 563
    3636    Width = 775
    3737    Panels = <   
     
    5555    Images = Core.ImageListSmall
    5656    ParentShowHint = False
     57    PopupMenu = PopupMenuToolbar
    5758    ShowHint = True
    5859    TabOrder = 1
     
    125126        Action = AZoomOut
    126127      end
     128      object MenuItem19: TMenuItem
     129        Caption = '-'
     130      end
     131      object MenuItem20: TMenuItem
     132        Action = AToolBarBigIcons
     133      end
    127134    end
    128135    object MenuItem8: TMenuItem
     
    164171      ShortCut = 16449
    165172    end
     173    object AToolBarBigIcons: TAction
     174      Caption = 'Toolbar big icons'
     175      OnExecute = AToolBarBigIconsExecute
     176    end
     177  end
     178  object PopupMenuToolbar: TPopupMenu
     179    left = 452
     180    top = 98
     181    object MenuItem18: TMenuItem
     182      Action = AToolBarBigIcons
     183    end
    166184  end
    167185end
Note: See TracChangeset for help on using the changeset viewer.