Skip to content

Commit

Permalink
Start at the top of the help text
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesbraun committed Dec 30, 2021
1 parent c25c308 commit 22b5379
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ object ControlsHelpWindow : JFrame() {
textArea.isEditable = false
textArea.isFocusable = false
textArea.text = loadText()
textArea.caretPosition = 0

add(JScrollPane(textArea))
}
Expand Down

0 comments on commit 22b5379

Please sign in to comment.