Explicitly declare width and height as doubles
This commit is contained in:
parent
e615233ae8
commit
d8bce66098
@ -30,8 +30,8 @@ case class PresentationPage(
|
||||
yOffset: Double = 0,
|
||||
widthRatio: Double = 100D,
|
||||
heightRatio: Double = 100D,
|
||||
width: Double = 1440,
|
||||
height: Double = 1080
|
||||
width: Double = 1440D,
|
||||
height: Double = 1080D
|
||||
)
|
||||
|
||||
object PresentationInPod {
|
||||
|
Loading…
Reference in New Issue
Block a user