From 3b5ccd71fbe4bf16cde13d06b371868081519f08 Mon Sep 17 00:00:00 2001 From: Darren Date: Sun, 18 Sep 2011 14:50:09 +0100 Subject: [PATCH] UI sizing when adding a new Utilityview --- js/front.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/front.js b/js/front.js index 8a4c7ad..cdd3222 100644 --- a/js/front.js +++ b/js/front.js @@ -1365,6 +1365,7 @@ var Utilityview = function (name) { kiwi.front.utilityviews[rand_name.toLowerCase()].show(); }); $('#kiwi .utilityviewlist ul').append(this.tab); + kiwi.front.doLayoutSize(); this.div = $('#' + tmp_divname); this.div.css('overflow', 'hidden'); -- 2.25.1