RxFPC:RxDBGrid - for date editor in RxDBGrid set Spacing = 0

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4565 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2016-03-17 08:34:27 +00:00
parent e63778bf9f
commit 26c1d45d87

View File

@ -2072,6 +2072,7 @@ constructor TRxDBGridDateEditor.Create(Aowner: TComponent);
begin begin
inherited Create(Aowner); inherited Create(Aowner);
AutoSize := false; AutoSize := false;
Spacing:=0;
UpdateMask; UpdateMask;
end; end;