macOS: fix funky resolution in quick terminal

pull/9504/head
Lars 2025-11-06 16:02:07 +01:00
parent 923bde72d8
commit c8c36a6035
No known key found for this signature in database
GPG Key ID: 845CB61BD38F4E49
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@ fileprivate struct UpdateOverlay: View {
.padding(.trailing, 9)
}
}
.frame(maxWidth: .greatestFiniteMagnitude, maxHeight: .greatestFiniteMagnitude)
}
}
}