8000 Avcoid subscription panel being crushed in small windows · codeface-io/Codeface@6eb3723 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6eb3723

Browse files
committed
Avcoid subscription panel being crushed in small windows
1 parent 7f9fb6e commit 6eb3723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Code/App/In App Purchase/Subscription Panel/SubscriptionPanel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ struct SubscriptionPanel: View
145145
.frame(height: isExpanded ? nil : 0)
146146
.clipped()
147147
}
148-
.frame(maxHeight: height)
148+
.frame(height: height)
149149
.background(Color(.controlBackgroundColor))
150150
.clipped()
151151
.task

0 commit comments

Comments
 (0)
0