Signed-off-by: Matt Bruce <mbrucedogs@gmail.com>
This commit is contained in:
parent
233dfc182a
commit
30cdf18342
@ -122,7 +122,6 @@ struct TimeDisplayView: View {
|
||||
.minimumScaleFactor(0.1)
|
||||
.clipped() // Prevent overflow beyond bounds
|
||||
}
|
||||
.border(Color.blue, width: 1)
|
||||
.frame(maxWidth: .infinity, maxHeight: .infinity)
|
||||
.onOrientationChange() // Force updates on orientation changes
|
||||
}
|
||||
|
||||
@ -33,7 +33,6 @@ struct TimeSegment: View {
|
||||
digitWidth: singleDigitWidth,
|
||||
digitHeight: singleDigitHeight
|
||||
)
|
||||
.border(Color.yellow, width: 1)
|
||||
}
|
||||
}
|
||||
.frame(maxWidth: .infinity, maxHeight: .infinity)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user