From 77de9eab14c120d19fe3582aa5361c7d848c328d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 6 Dec 2016 16:27:00 +0800 Subject: [PATCH] ux/FlipCounter.js --- ux/FlipCounter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ux/FlipCounter.js b/ux/FlipCounter.js index be24e4348f..38e1161677 100644 --- a/ux/FlipCounter.js +++ b/ux/FlipCounter.js @@ -118,7 +118,7 @@ Roo.extend(Roo.ux.FlipCounter, Roo.bootstrap.Component, { } // Update width to current - this.ul.css('min-width', this.ulWidth); + this.el.set( { 'min-width' : this.ulWidth}); } addSeparator : function (num) -- 2.39.2