I have tried the following with no success:
items:[myapp.buttons.resultsPrevious, {xtype: 'spacer'}, myapp.buttons.resultsNext]
items:[myapp.buttons.resultsPrevious, '->', myapp.buttons.resultsNext]
Where items are the items of the relevant toolbar.
And I have also tried to use the align property of the buttons:
align: 'left'
in the configuration for the buttons, but that doesn't work either.
Any tips appreciated. Thanks.