Skip to content

Commit

Permalink
Fix fSprHVEdit filling to parent form.
Browse files Browse the repository at this point in the history
Close #41.
  • Loading branch information
horacekj committed Nov 2, 2024
1 parent f97264a commit 8ef769d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions src/forms/fSprEdit.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ object F_SoupravaEdit: TF_SoupravaEdit
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object L_S01: TLabel
Left = 7
Expand Down
3 changes: 1 addition & 2 deletions src/forms/fSprHVEdit.dfm
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
object F_SprHVEdit: TF_SprHVEdit
Left = 0
Top = 0
Align = alClient
BorderStyle = bsNone
ClientHeight = 287
ClientWidth = 386
Expand All @@ -10,10 +11,8 @@ object F_SprHVEdit: TF_SprHVEdit
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object L_S09: TLabel
Left = 7
Expand Down

0 comments on commit 8ef769d

Please sign in to comment.