groffstudio

Check-in [b479b861b3]
Login
Overview
Comment:... wrong default page
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | trunk
Files: files | file ages | folders
SHA3-256: b479b861b35a289fd7c3f2b7fb29a337088501e22d4a4edb2612a9d0564968d3
User & Date: Cthulhux on 2024-05-03 17:09:39
Other Links: manifest | tags
Context
2024-05-03
17:09
... wrong default page Leaf check-in: b479b861b3 user: Cthulhux tags: trunk
2024-05-02
19:55
0.14.0. check-in: 8d60b043f3 user: Cthulhux tags: trunk, release-0.14.0
Changes

Modified src/unit1.lfm from [5629e8e8e2] to [57bd5ad5a5].

31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
    SimplePanel = False
  end
  object ExtendedNotebook1: TExtendedNotebook
    Left = 8
    Height = 662
    Top = 8
    Width = 827
    ActivePage = tsSettings
    Anchors = [akTop, akLeft, akRight, akBottom]
    Style = tsFlatButtons
    TabIndex = 1
    TabOrder = 1
    object tsEdit: TTabSheet
      Caption = 'edit a groff document'
      ClientHeight = 626
      ClientWidth = 821
      ParentFont = False
      object GroupBox1: TGroupBox







|


|







31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
    SimplePanel = False
  end
  object ExtendedNotebook1: TExtendedNotebook
    Left = 8
    Height = 662
    Top = 8
    Width = 827
    ActivePage = tsEdit
    Anchors = [akTop, akLeft, akRight, akBottom]
    Style = tsFlatButtons
    TabIndex = 0
    TabOrder = 1
    object tsEdit: TTabSheet
      Caption = 'edit a groff document'
      ClientHeight = 626
      ClientWidth = 821
      ParentFont = False
      object GroupBox1: TGroupBox