Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Commit

Permalink
Pagination styleName attribute removes its own styles (fix spotbugs) #…
Browse files Browse the repository at this point in the history
  • Loading branch information
Flaurite committed Oct 12, 2021
1 parent 7426f7d commit 95eeb1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ protected class JmixItemsPerPageLayout extends CssLayout {
protected ComboBox<Integer> itemsPerPageComboBox;

public JmixItemsPerPageLayout() {
this.setStyleName(primaryStyleName + "-" + ITEMS_PER_PAGE_LAYOUT_STYLENAME);
addStyleName(primaryStyleName + "-" + ITEMS_PER_PAGE_LAYOUT_STYLENAME);

itemsPerPageLabel = new Label();
itemsPerPageLabel.setStyleName(primaryStyleName + "-" + ITEMS_PER_PAGE_LABEL_STYLENAME);
Expand Down

0 comments on commit 95eeb1b

Please sign in to comment.