Skip to content

Commit 309670e

Browse files
committed
v0.2 + server: favicon.ico added
1 parent 3324696 commit 309670e

15 files changed

Lines changed: 73 additions & 15 deletions

File tree

naivegui/backup/naivegui.lpi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Version Value="12"/>
55
<General>
66
<SessionStorage Value="InProjectDir"/>
7-
<Title Value="NaiveGUI v0.1"/>
7+
<Title Value="NaiveGUI v0.2"/>
88
<Scaled Value="True"/>
99
<ResourceType Value="res"/>
1010
<UseXPManifest Value="True"/>

naivegui/backup/naivegui.lps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<ResourceBaseClass Value="Form"/>
5252
<UnitName Value="Unit1"/>
5353
<IsVisibleTab Value="True"/>
54-
<CursorPos X="13"/>
54+
<CursorPos X="12"/>
5555
<UsageCount Value="35"/>
5656
<Loaded Value="True"/>
5757
<LoadedDesigner Value="True"/>

naivegui/backup/unit1.lfm

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ object MainForm: TMainForm
415415
Anchors = [akTop, akLeft, akRight, akBottom]
416416
BorderSpacing.Top = 15
417417
Font.Height = -13
418-
Font.Name = 'Liberation Mono'
418+
Font.Name = 'Monospace'
419419
ParentFont = False
420420
ReadOnly = True
421421
ScrollBars = ssVertical
@@ -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.
0 Bytes
Binary file not shown.

naivegui/lib/x86_64-linux/unit1.lfm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,8 +414,8 @@ object MainForm: TMainForm
414414
Width = 828
415415
Anchors = [akTop, akLeft, akRight, akBottom]
416416
BorderSpacing.Top = 15
417-
Font.Height = -13
418-
Font.Name = 'Liberation Mono'
417+
Font.Height = -12
418+
Font.Name = 'Monospace'
419419
ParentFont = False
420420
ReadOnly = True
421421
ScrollBars = ssVertical
0 Bytes
Binary file not shown.

naivegui/naivegui

0 Bytes
Binary file not shown.

naivegui/naivegui.lpi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Version Value="12"/>
55
<General>
66
<SessionStorage Value="InProjectDir"/>
7-
<Title Value="NaiveGUI v0.1"/>
7+
<Title Value="NaiveGUI v0.2"/>
88
<Scaled Value="True"/>
99
<ResourceType Value="res"/>
1010
<UseXPManifest Value="True"/>

naivegui/naivegui.lpr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020

2121
begin
2222
RequireDerivedFormResource := True;
23-
Application.Title := 'NaiveGUI v0.1';
24-
Application.Scaled := True;
23+
Application.Title:='NaiveGUI v0.2';
24+
Application.Scaled:=True;
2525
{$PUSH}
2626
{$WARN 5044 OFF}
2727
Application.MainFormOnTaskbar := True;

0 commit comments

Comments
 (0)