Skip to content
Snippets Groups Projects
Commit 6a439001 authored by Risto Luukkonen's avatar Risto Luukkonen
Browse files

Missing a .css-file for some reason. Comment out .getStyleSheets()-line at StageFactory:106

parent c77b3856
No related branches found
No related tags found
No related merge requests found
Pipeline #38866 passed
......@@ -103,7 +103,7 @@ public class StageFactory {
}
//just testing to apply a simple css-sheet
startScene.getStylesheets().add(Main.class.getResource("Styling.css").toExternalForm());
//startScene.getStylesheets().add(Main.class.getResource("Styling.css").toExternalForm());
tl.play();
return newStage;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment