Overview
Comment: | ... wrong default page |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
b479b861b35a289fd7c3f2b7fb29a337 |
User & Date: | Cthulhux on 2024-05-03 17:09:39 |
Other Links: | manifest | tags |
Context
2024-05-15
| ||
00:47 | [Changed] New icon, slightly less awful. check-in: ac0b363ad1 user: Cthulhux tags: trunk | |
2024-05-03
| ||
17:09 | ... wrong default page check-in: b479b861b3 user: Cthulhux tags: trunk | |
2024-05-02
| ||
19:55 | 0.14.0. check-in: 8d60b043f3 user: Cthulhux tags: release-0.14.0, trunk | |
Changes
Modified src/unit1.lfm from [5629e8e8e2] to [57bd5ad5a5].
︙ | ︙ | |||
31 32 33 34 35 36 37 | SimplePanel = False end object ExtendedNotebook1: TExtendedNotebook Left = 8 Height = 662 Top = 8 Width = 827 | | | | 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 |
︙ | ︙ |