diff -r b778b2f93ef4 -r 3ba5b82aebb6 src/js/widgets.js --- a/src/js/widgets.js Wed Dec 28 12:03:29 2011 +0100 +++ b/src/js/widgets.js Wed Dec 28 14:41:43 2011 +0100 @@ -47,6 +47,10 @@ if (config.hasOwnProperty("widthmax")) { this.widthmax = config.widthmax; + } + + if (config.hasOwnProperty("layoutManager")) { + this.layoutManager = config.layoutManager; } };