Skip to content

Commit

Permalink
Fixed EditEntryForm Template AdjustSize
Browse files Browse the repository at this point in the history
  • Loading branch information
ibv committed Dec 29, 2017
1 parent 9629a7e commit ec771ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
* Thu Dec 28 2017 Ivo <ivo.brhel at gmail.com>
---------------------
+ Fixed Template AdjustSize
+ Fixed EditEntryForm Template AdjustSize


* Mon Dec 4 2017 Ivo <ivo.brhel at gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion Source/TemplateCtrl.pas
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ procedure THeaderPanel.SetRolled(const Value: Boolean);
procedure THeaderPanel.SetTemplatePanel(APanel: TTemplatePanel);
begin
fTemplatePanel := APanel;
fTemplatePanel.Parent := Self;
fTemplatePanel.Parent := Self.Parent;
fTemplatePanel.Width := Width;
AdjustHeight;
end;
Expand Down

0 comments on commit ec771ec

Please sign in to comment.