Skip to content

applets/mediacontroller: fix two code errors

  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.

cc @fusionfuture

Merge request reports