hbox.getChildren().add(new Label("ms"));
customMenuItem.setContent(hbox);
buttonsPane.getChildren().add(settings);
refreshButton.disableProperty().bind(toggleButton.selectedProperty());
clearButton.disableProperty().bind(toggleButton.selectedProperty());
filterContent.disableProperty().bind(toggleButton.selectedProperty());
leftFilterPart.disableProperty().bind(toggleButton.selectedProperty());
settings.disableProperty().bind(toggleButton.selectedProperty());
return buttonsPane;