macOS: fix funky resolution in quick terminal (#9504)
Same as #9503 but based on mainpull/9512/head
commit
4df50da207
|
|
@ -136,6 +136,7 @@ fileprivate struct UpdateOverlay: View {
|
|||
.padding(.trailing, 9)
|
||||
}
|
||||
}
|
||||
.frame(maxWidth: .greatestFiniteMagnitude, maxHeight: .greatestFiniteMagnitude)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue