Skip to content

Commit 664f4a0

Browse files
committed
v0.1 + Initial Release
1 parent 1e57809 commit 664f4a0

6 files changed

Lines changed: 5 additions & 3 deletions

File tree

naivegui/backup/unit1.lfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ object MainForm: TMainForm
574574
Cursor = crHandPoint
575575
Left = 293
576576
Height = 17
577-
Hint = 'The "caddy-forwardproxy-naive" package'#10'must be installed on the server'
577+
Hint = 'The server must have the "caddy-forwardproxy-naive"'#10'package installed and the "caddy" service running'
578578
Top = 40
579579
Width = 102
580580
BorderSpacing.Left = 3
32 Bytes
Binary file not shown.

naivegui/lib/x86_64-linux/unit1.lfm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,10 +681,11 @@ object MainForm: TMainForm
681681
OnClick = PassBtnClick
682682
end
683683
object Label10: TLabel
684+
AnchorSideLeft.Control = PasswordEdit
684685
AnchorSideTop.Control = Label11
685686
AnchorSideTop.Side = asrCenter
686687
Cursor = crHandPoint
687-
Left = 280
688+
Left = 277
688689
Height = 17
689690
Hint = 'https://www.speedtest.net'
690691
Top = 179
0 Bytes
Binary file not shown.

naivegui/naivegui

32 Bytes
Binary file not shown.

naivegui/unit1.lfm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,10 +681,11 @@ object MainForm: TMainForm
681681
OnClick = PassBtnClick
682682
end
683683
object Label10: TLabel
684+
AnchorSideLeft.Control = PasswordEdit
684685
AnchorSideTop.Control = Label11
685686
AnchorSideTop.Side = asrCenter
686687
Cursor = crHandPoint
687-
Left = 280
688+
Left = 277
688689
Height = 17
689690
Hint = 'https://www.speedtest.net'
690691
Top = 179

0 commit comments

Comments
 (0)