Skip to content

Commit

Permalink
fixed Sampler
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianKirmaier committed Nov 20, 2018
1 parent 6fd1dcf commit f757116
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public void start(Stage primaryStage) throws Exception {

Scene scene = new Scene(new DemoTabPane());
scene.getStylesheets().addAll(
"bootstrapfx.css",
"org/kordamp/bootstrapfx/bootstrapfx.css",
"org/kordamp/bootstrapfx/sampler.css",
"org/kordamp/bootstrapfx/xml-highlighting.css");

Expand Down

0 comments on commit f757116

Please sign in to comment.