Skip to content

Commit

Permalink
Fix UI bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Cypher authored and Cypher committed May 11, 2017
1 parent d435606 commit 965fe22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/io/laniakia/ui/GlitchArt.java
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ public void run() {
* Create the frame.
*/
public GlitchArt() {
setResizable(false);
setTitle("Glitch Kernel");
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
setBounds(100, 100, 957, 482);
Expand Down

0 comments on commit 965fe22

Please sign in to comment.