From 0480dd38fe4da7565d12dbfb5ced495177e4d940 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 31 Mar 2015 17:08:22 +0800 Subject: [PATCH] examples/bootstrap/dashboard4.bjs examples/bootstrap/dashboard4.js --- examples/bootstrap/dashboard4.bjs | 1 + examples/bootstrap/dashboard4.js | 1 + 2 files changed, 2 insertions(+) diff --git a/examples/bootstrap/dashboard4.bjs b/examples/bootstrap/dashboard4.bjs index 457850711c..880184c965 100644 --- a/examples/bootstrap/dashboard4.bjs +++ b/examples/bootstrap/dashboard4.bjs @@ -97,6 +97,7 @@ "$ xns" : "Roo.bootstrap", "items" : [ { + "String size" : "sm", "xtype" : "Button", "$ xns" : "Roo.bootstrap" } diff --git a/examples/bootstrap/dashboard4.js b/examples/bootstrap/dashboard4.js index cdfaa9bd66..c6c1a5bda2 100644 --- a/examples/bootstrap/dashboard4.js +++ b/examples/bootstrap/dashboard4.js @@ -123,6 +123,7 @@ dashboard4 = new Roo.XComponent({ items : [ { '|xns' : 'Roo.bootstrap', + size : 'sm', xns : Roo.bootstrap, xtype : 'Button' } -- 2.39.2