From 0daf783e23949a622166a32363a9224d27eb6ea4 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 29 Nov 2018 12:12:42 +0800 Subject: [PATCH] examples/bootstrap/bootstrap.js --- examples/bootstrap/bootstrap.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/bootstrap/bootstrap.js b/examples/bootstrap/bootstrap.js index 6661dfdb62..6be49ce138 100644 --- a/examples/bootstrap/bootstrap.js +++ b/examples/bootstrap/bootstrap.js @@ -592,25 +592,25 @@ Roo.example.bootstrap = new Roo.XComponent({ xtype: 'Button', xns: Roo.bootstrap, html : ' ', - glyphicon: 'align-left' + fa: 'align-left' }, { xtype: 'Button', xns: Roo.bootstrap, html : ' ', - glyphicon: 'align-center' + fa: 'align-center' }, { xtype: 'Button', xns: Roo.bootstrap, html : ' ', - glyphicon: 'align-right' + fa: 'align-right' }, { xtype: 'Button', xns: Roo.bootstrap, html : ' ', - glyphicon: 'align-justify' + fa: 'align-justify' } ] } -- 2.39.2