Skip to content

Commit

Permalink
version 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirAli-AZ committed Jan 14, 2023
1 parent b2fc471 commit d661c4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>ir.shahriari</groupId>
<artifactId>PeriodicTable</artifactId>
<version>1.3-ALPHA</version>
<version>1.4-ALPHA</version>
<name>PeriodicTable</name>

<properties>
Expand Down
3 changes: 1 addition & 2 deletions src/main/java/ir/shahriari/periodictable/ui/InfoDialog.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ public InfoDialog(Element element, Window owner) {
this.owner = owner;

var content = createContent();
var scene = new Scene(content, 600, 400, Color.TRANSPARENT);
setScene(scene);
setScene(new Scene(content, 600, 400, Color.TRANSPARENT));
initOwner(owner);
initModality(Modality.APPLICATION_MODAL);

Expand Down

0 comments on commit d661c4c

Please sign in to comment.