Skip to content

Commit

Permalink
MenuItem: changed accelerator delimiter from - to + (Windows and …
Browse files Browse the repository at this point in the history
…Linux)
  • Loading branch information
DevCharly committed Dec 4, 2021
1 parent 7dac382 commit 269eb0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ FlatLaf Change Log
affected):
- oversized text if system font is "Inter" (issue #427)
- missing text if system font is "Cantarell" (on Fedora)
- MenuItem: Changed accelerator delimiter from `-` to `+`. (Windows and Linux).


## 1.6.4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ MenuItem.iconTextGap = 6
MenuItem.textAcceleratorGap = 24
MenuItem.textNoAcceleratorGap = 6
MenuItem.acceleratorArrowGap = 2
MenuItem.acceleratorDelimiter = -
MenuItem.acceleratorDelimiter = +
[mac]MenuItem.acceleratorDelimiter =

# for MenuItem.selectionType = underline
Expand Down

0 comments on commit 269eb0b

Please sign in to comment.