Preview toolbar button spacing?

hsmhsm
edited February 2014 in FastReport 4.0
I'm putting two extra toolbar buttons in the preview.
However the buttons appear very close together with the sides of each button almost touching (see attachment).
Button1 := TSpeedButton.Create(TfrxPreviewForm(frxReport1.PreviewForm).ToolBar);
Button1.Parent:=TfrxPreviewForm(frxReport1.PreviewForm).ToolBar;
Button1.Caption:='The button caption';
Button.Font.Style := [fsbold];
Button1.Width:=200;
Button1.Left:=4950;    //this seems to be ignored - any value is accepted but nothing happens?
Button1.OnClick:=Button1Click;     //set up the event handler

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.