Fix new offenses

This commit is contained in:
Arkadiusz Fal 2021-11-08 17:29:35 +01:00
parent 2701c1ccb5
commit db9f7e5f5d
29 changed files with 305 additions and 305 deletions

View File

@ -6,7 +6,7 @@ struct VideoDetailsPaddingModifier: ViewModifier {
#if os(macOS)
30
#else
35
40
#endif
}

View File

@ -4,7 +4,7 @@ import Siesta
import SwiftUI
struct VideoPlayerView: View {
static let defaultAspectRatio: Double = 1.77777778
static let defaultAspectRatio = 16 / 9.0
static var defaultMinimumHeightLeft: Double {
#if os(macOS)
300