Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/sbley/Projectiler.git
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Casall committed Mar 5, 2014
2 parents 20c2e88 + d756bdb commit f3917c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ target/
.project
.classpath
pom.xml.versionsBackup

.idea/
*.iml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ private MovablePane createRootElement(final Stage stage) throws IOException {
}

private void initStage(final Stage stage, final MovablePane rootElement) {
rootElement.setStyle("-fx-background-color:transparent;");
final Scene scene = new Scene(rootElement);
stage.setScene(scene);
stage.setTitle("Projectiler");
Expand Down

0 comments on commit f3917c7

Please sign in to comment.