Skip to content

Commit

Permalink
fix: setting label typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lauvsong committed Feb 21, 2024
1 parent 78c15fe commit 6f7dd09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class AppSettingsComponent {
FormBuilder.createFormBuilder()
.addLabeledComponent(JBLabel("English Cursor color: "), englishCursorColor, 1, false)
.addLabeledComponent(JBLabel("Non-English Cursor color: "), nonEnglishCursorColor, 2, false)
.addLabeledComponent(JBLabel("CapsLock cursor color: "), capsLockCursorColor, 3, false)
.addLabeledComponent(JBLabel("CapsLock Cursor color: "), capsLockCursorColor, 3, false)
.addComponentFillVertically(JPanel(), 0)
.panel
}
Expand Down

0 comments on commit 6f7dd09

Please sign in to comment.