Skip to content

Commit

Permalink
Update Main.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
Hummel009 committed Nov 18, 2023
1 parent 2eee0af commit 7add121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/hummel/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class GUI : JFrame() {
init {
title = "Hummel009's File Comparator"
defaultCloseOperation = EXIT_ON_CLOSE
setBounds(100, 100, 400, 150)
setBounds(100, 100, 500, 150)

val contentPanel = JPanel()
contentPanel.border = EmptyBorder(5, 5, 5, 5)
Expand Down

0 comments on commit 7add121

Please sign in to comment.