Skip to content

Commit 9cdff2a

Browse files
committed
Added comments
1 parent 8114044 commit 9cdff2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/example/MyPod.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ protected Void call() {
121121

122122
primaryStage.setTitle("myPod");
123123
primaryStage.setScene(scene);
124-
primaryStage.setResizable(false); // En iPod ändrar inte storlek
124+
primaryStage.setResizable(false);
125125
primaryStage.show();
126126
}
127127

0 commit comments

Comments
 (0)