Skip to content

Commit

Permalink
Added "tool-bar" style to toolbar inside CalendarView.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemmermann committed Aug 31, 2022
1 parent 298b585 commit dbe666c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ public CalendarViewSkin(CalendarView view) {
toolBarGridPane.setMinWidth(0);
toolBarGridPane.getColumnConstraints().addAll(leftColumn, centerColumn, rightColumn);
toolBarGridPane.setId("toolbar");
toolBarGridPane.getStyleClass().add("tool-bar");

/*
* Toolbar box on the left - hand side.Gets rebuild when some of the
Expand Down

0 comments on commit dbe666c

Please sign in to comment.