Skip to content

Commit 25aa5b2

Browse files
Update UI.java
1 parent cce658a commit 25aa5b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/simplejavatexteditor/UI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public UI() {
7272
// Set a default font for the TextArea
7373
textArea = new JTextArea("", 0,0);
7474
textArea.setFont(new Font("Century Gothic", Font.BOLD, 12));
75-
textArea.setTabSize(2);
75+
textArea.setTabSize(2);
7676

7777

7878
// This is why we didn't have to worry about the size of the TextArea!

0 commit comments

Comments
 (0)