Skip to content

Commit 12db548

Browse files
committed
v0.1 + Initial Release
1 parent 7b29c0d commit 12db548

8 files changed

Lines changed: 8 additions & 10 deletions

File tree

naivegui/backup/naivegui.lps

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@
5353
<ResourceBaseClass Value="Form"/>
5454
<UnitName Value="Unit1"/>
5555
<IsVisibleTab Value="True"/>
56-
<TopLine Value="388"/>
57-
<CursorPos X="88" Y="393"/>
56+
<CursorPos X="14"/>
5857
<UsageCount Value="35"/>
5958
<Loaded Value="True"/>
6059
<LoadedDesigner Value="True"/>

naivegui/backup/unit1.lfm

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
object MainForm: TMainForm
22
Left = 299
3-
Height = 627
3+
Height = 639
44
Top = 127
55
Width = 813
66
Caption = 'NaiveGUI'
7-
ClientHeight = 627
7+
ClientHeight = 639
88
ClientWidth = 813
99
SessionProperties = 'Height;Width;Top;Left'
1010
LCLVersion = '4.4.0.0'
@@ -353,9 +353,9 @@ object MainForm: TMainForm
353353
AnchorSideBottom.Side = asrBottom
354354
Left = 0
355355
Height = 20
356-
Top = 607
356+
Top = 619
357357
Width = 813
358-
Align = alBottom
358+
Anchors = [akLeft, akRight, akBottom]
359359
Caption = 'License: GPLv3 Author: alex_q_2000 (C) 2026 https://github.com/AKotov-dev/NaiveGUI'
360360
Font.Color = clGray
361361
Font.Height = -11
@@ -408,10 +408,9 @@ object MainForm: TMainForm
408408
AnchorSideRight.Side = asrBottom
409409
AnchorSideBottom.Control = StaticText1
410410
Left = 0
411-
Height = 386
411+
Height = 398
412412
Top = 221
413413
Width = 813
414-
Align = alBottom
415414
Anchors = [akTop, akLeft, akRight, akBottom]
416415
BorderSpacing.Top = 15
417416
Font.Height = -13

naivegui/ico/eye-24.png

1 KB
Loading
24 Bytes
Binary file not shown.

naivegui/lib/x86_64-linux/unit1.lfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ object MainForm: TMainForm
66
Caption = 'NaiveGUI'
77
ClientHeight = 639
88
ClientWidth = 813
9-
SessionProperties = 'Height;Width;Top;Left'
9+
SessionProperties = 'Height;Left;Top;Width;SaveDialog1.InitialDir'
1010
LCLVersion = '4.4.0.0'
1111
OnCreate = FormCreate
1212
OnShow = FormShow
0 Bytes
Binary file not shown.

naivegui/naivegui

32 Bytes
Binary file not shown.

naivegui/unit1.lfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ object MainForm: TMainForm
66
Caption = 'NaiveGUI'
77
ClientHeight = 639
88
ClientWidth = 813
9-
SessionProperties = 'Height;Width;Top;Left'
9+
SessionProperties = 'Height;Left;Top;Width;SaveDialog1.InitialDir'
1010
LCLVersion = '4.4.0.0'
1111
OnCreate = FormCreate
1212
OnShow = FormShow

0 commit comments

Comments
 (0)