Skip to content

shell/scripting: don't set formFactor again

Fushan Wen requested to merge work/fuf/shell/panel-location-fix into master

The formFactor has been set, either by ShellCorona::addPanel or the ctor of ContainmentPrivate::ContainmentPrivate, so it's redundant to set the default value here again, or the panel will be added to the top edge again and again.

Merge request reports