Skip to content

Commit

Permalink
Adding the selections strip stylesheet directly to the control.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemmermann committed Jan 5, 2022
1 parent 4996516 commit 422806a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ public SelectionStrip() {
requestLayout();
}
});

getStylesheets().add(SelectionStrip.class.getResource("selection-strip.css").toExternalForm());
}

@Override
Expand Down

0 comments on commit 422806a

Please sign in to comment.