Fix button align in find panel (#1454)

This commit is contained in:
1024jp 2023-03-13 19:36:26 +09:00
parent bd63200f2e
commit f46766dbac
2 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,7 @@ Change Log
### Fixes
- Fix an issue that the application did not terminate when no documents exist and the application goes background.
- Fix an issue on macOS 12 that the buttons at the bottom were not aligned.

View File

@ -43,7 +43,7 @@ struct FindPanelButtonView: View {
var body: some View {
HStack(alignment: .firstTextBaseline) {
HStack(alignment: .bottom) {
if #available(macOS 13, *) {
Menu("Find All") {
Button("Highlight All") {