mirror of
https://github.com/yattee/yattee.git
synced 2024-12-22 21:43:41 +00:00
Fix new offenses
This commit is contained in:
parent
2701c1ccb5
commit
db9f7e5f5d
@ -6,7 +6,7 @@ struct VideoDetailsPaddingModifier: ViewModifier {
|
|||||||
#if os(macOS)
|
#if os(macOS)
|
||||||
30
|
30
|
||||||
#else
|
#else
|
||||||
35
|
40
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ import Siesta
|
|||||||
import SwiftUI
|
import SwiftUI
|
||||||
|
|
||||||
struct VideoPlayerView: View {
|
struct VideoPlayerView: View {
|
||||||
static let defaultAspectRatio: Double = 1.77777778
|
static let defaultAspectRatio = 16 / 9.0
|
||||||
static var defaultMinimumHeightLeft: Double {
|
static var defaultMinimumHeightLeft: Double {
|
||||||
#if os(macOS)
|
#if os(macOS)
|
||||||
300
|
300
|
||||||
|
Loading…
Reference in New Issue
Block a user