applets/mediacontroller: fix two code errors
requested to merge ngraham/plasma-workspace:fix-two-code-errors-in-mediaplater-compactrepresentation into master
-
undefined
is an invalid value forLayout.Preferred[something]
; instead use -1 which is the correct thing. -
Layout.maximumLineCount
doesn't exist; useLayout.maximumWidth
which was probably the intention.