Skip to content

Commit

Permalink
Adjust What’s New panel layout
Browse files Browse the repository at this point in the history
  • Loading branch information
1024jp committed Aug 31, 2024
1 parent 874260a commit 4907e35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CotEditor/Sources/WhatsNewView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ struct WhatsNewView: View {
.keyboardShortcut(.cancelAction)
.buttonStyle(.borderedProminent)
}
.padding(.top, ProcessInfo.processInfo.operatingSystemVersion.majorVersion >= 15 ? 0 : 30) // for balancing with window titlebar space
.padding([.horizontal, .bottom])
.padding(.horizontal)
.padding(.top, 30) // for balancing with window titlebar space
.scenePadding()
.frame(width: 580)
.ignoresSafeArea(edges: .top)
Expand Down

0 comments on commit 4907e35

Please sign in to comment.