Skip to content

Commit

Permalink
Give menu bar shape picker a fixed vertical size
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbaird committed Sep 16, 2024
1 parent 31018de commit f344842
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ struct MenuBarAppearanceEditor: View {
@ViewBuilder
private var shapePicker: some View {
MenuBarShapePicker()
.fixedSize(horizontal: false, vertical: true)
}

@ViewBuilder
Expand Down

0 comments on commit f344842

Please sign in to comment.