You've already forked lazarus-ccr
TRxDBGridExportSpreadSheet - fix OpenAfterExport flag
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4406 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -222,7 +222,7 @@ constructor TRxMDICloseButton.Create(AOwner: TComponent);
|
||||
begin
|
||||
inherited Create(AOwner);
|
||||
// FLabelPosition := lpAbove;
|
||||
FLabelSpacing := 3;
|
||||
FLabelSpacing := 6;
|
||||
CreateInternalLabel;
|
||||
Glyph:=LoadLazResBitmapImage('RxMDICloseIcon');
|
||||
end;
|
||||
|
Reference in New Issue
Block a user