Skip to content

Commit

Permalink
cat
Browse files Browse the repository at this point in the history
  • Loading branch information
cdillard committed May 16, 2023
1 parent 95c7c0c commit da25214
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions SwiftSageiOS/SwiftSageiOS/ViewViewModel/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,10 @@ struct ContentView: View {
}

private func recalculateWindowSize(size: CGSize) {
#if !os(macOS)

defSize = CGRectMake(0, 0, size.width - (size.width * 0.22), size.height - (size.height * 0.22))
#endif

}
private func resizableButtonImage(systemName: String, size: CGSize) -> some View {
Expand Down

0 comments on commit da25214

Please sign in to comment.