Skip to content
  • Nate Graham's avatar
    applets/mediacontroller: fix two code errors · ec2f2429
    Nate Graham authored and Fushan Wen's avatar Fushan Wen committed
    1. `undefined` is an invalid value for `Layout.Preferred[something]`; instead
       use -1 which is the correct thing.
    2. `Layout.maximumLineCount` doesn't exist; use `Layout.maximumWidth` which was
       probably the intention.
    ec2f2429