macOS: fix funky resolution in quick terminal
parent
923bde72d8
commit
c8c36a6035
|
|
@ -136,6 +136,7 @@ fileprivate struct UpdateOverlay: View {
|
|||
.padding(.trailing, 9)
|
||||
}
|
||||
}
|
||||
.frame(maxWidth: .greatestFiniteMagnitude, maxHeight: .greatestFiniteMagnitude)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue