You could add the following code to a config file:
$(document).on('documentLoaded', function() {
// hide the "more" arrow that would show more tools
$('#overflowTools').hide();
});
// move tools from overflow container to main toolbar
$('#toolList').append($('#overflowToolsContainer').children());