From bcfc936205a8eb91d176f867e61bea5a902c3555 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 17 Sep 2020 14:10:25 +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 1f9ae24170..975d23f194 100644 --- a/examples/bootstrap/dashboard4.bjs +++ b/examples/bootstrap/dashboard4.bjs @@ -33,6 +33,7 @@ "items" : [ { "String header" : "ticket 1", + "String margin_bottom" : 3, "xtype" : "Card", "$ xns" : "Roo.bootstrap" }, diff --git a/examples/bootstrap/dashboard4.js b/examples/bootstrap/dashboard4.js index 1259e08e0e..a445f22b0c 100644 --- a/examples/bootstrap/dashboard4.js +++ b/examples/bootstrap/dashboard4.js @@ -47,6 +47,7 @@ dashboard4 = new Roo.XComponent({ { xtype : 'Card', header : _this._strings['d9fb0367346d21079a1c52d72da61c9f'] /* ticket 1 */, + margin_bottom : 3, xns : Roo.bootstrap, '|xns' : 'Roo.bootstrap' }, -- 2.39.2