Skip to content

Commit

Permalink
Fix overlapping view
Browse files Browse the repository at this point in the history
  • Loading branch information
georgiptr committed Sep 28, 2020
1 parent fe2c1a2 commit 8653cda
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions mainform1.lfm
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ object MainForm: TMainForm
end
object ImgReset: TImage
Left = 206
Height = 38
Height = 30
Hint = 'Reset'
Top = 3
Width = 38
Expand Down Expand Up @@ -180,7 +180,7 @@ object MainForm: TMainForm
end
object ImgPause: TImage
Left = 168
Height = 38
Height = 30
Hint = 'Pause'
Top = 3
Width = 38
Expand Down Expand Up @@ -451,8 +451,8 @@ object MainForm: TMainForm
object Count: TStaticText
Cursor = crHandPoint
Left = 3
Height = 301
Top = 32
Height = 293
Top = 40
Width = 447
Align = alBottom
Alignment = taCenter
Expand Down
2 changes: 1 addition & 1 deletion snaptimer.lps
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<Unit0>
<Filename Value="snaptimer.lpr"/>
<IsPartOfProject Value="True"/>
<IsVisibleTab Value="True"/>
<EditorIndex Value="1"/>
<UsageCount Value="22"/>
<Loaded Value="True"/>
Expand All @@ -20,6 +19,7 @@
<HasResources Value="True"/>
<ResourceBaseClass Value="Form"/>
<UnitName Value="MainForm1"/>
<IsVisibleTab Value="True"/>
<TopLine Value="492"/>
<CursorPos X="20" Y="522"/>
<UsageCount Value="22"/>
Expand Down

0 comments on commit 8653cda

Please sign in to comment.