Skip to content

Commit c729abf

Browse files
committed
Fix Mac menu button size.
1 parent c0f2deb commit c729abf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Shared/Samples/Manage features/ManageFeaturesView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ struct ManageFeaturesView: View {
157157
.contentShape(.rect)
158158
.labelStyle(.iconOnly)
159159
}
160+
.fixedSize()
160161
.confirmationDialog("Update Attribute", isPresented: $isShowingUpdateAttributeDialog) {
161162
ForEach(DamageKind.allCases, id: \.self) { damageKind in
162163
Button(damageKind.rawValue) {

0 commit comments

Comments
 (0)