Tweichart has submitted this change and it was merged. Change subject: changed siz ......................................................................
changed siz * changed size to get a better view of nested categpories Change-Id: Ic93a1b44aa6b117fb217defc550c8283564ae51f --- M InsertCategory/resources/BS.InsertCategory/AsyncCategoryTreePanel.js M InsertCategory/resources/BS.InsertCategory/Dialog.js 2 files changed, 9 insertions(+), 9 deletions(-) Approvals: Swidmann: Checked; Looks good to me, but someone else must approve Tweichart: Verified; Looks good to me, approved diff --git a/InsertCategory/resources/BS.InsertCategory/AsyncCategoryTreePanel.js b/InsertCategory/resources/BS.InsertCategory/AsyncCategoryTreePanel.js index 6f307f5..b40f080 100644 --- a/InsertCategory/resources/BS.InsertCategory/AsyncCategoryTreePanel.js +++ b/InsertCategory/resources/BS.InsertCategory/AsyncCategoryTreePanel.js @@ -5,7 +5,7 @@ ptype: 'treeviewdragdrop' } },*/ - width: 250, + width: 300, title: mw.message( 'bs-insertcategory-panel-title' ).plain(), useArrows: true, rootVisible: false, @@ -24,7 +24,7 @@ }, model: 'BS.model.Category' }); - + this.callParent(); } }); \ No newline at end of file diff --git a/InsertCategory/resources/BS.InsertCategory/Dialog.js b/InsertCategory/resources/BS.InsertCategory/Dialog.js index 2fca6f6..38d4670 100644 --- a/InsertCategory/resources/BS.InsertCategory/Dialog.js +++ b/InsertCategory/resources/BS.InsertCategory/Dialog.js @@ -3,11 +3,11 @@ id: 'bs-insertcategory', singleton: true, layout: 'border', - height: 350, - width:500, + height: 450, + width:600, modal: true, title: mw.message('bs-insertcategory-title').plain(), - + isDirty: false, afterInitComponent: function() { this.strBoxSelect = Ext.create('Ext.data.JsonStore', { @@ -30,7 +30,7 @@ /*}*/, fields: ['text'] }); - + this.bsCategories = Ext.create('BS.form.CategoryBoxSelect', { fieldLabel: mw.message('bs-insertcategory-cat-label').plain(), labelAlign: 'top', @@ -42,7 +42,7 @@ this.bsCategoriesLabel = Ext.create( 'Ext.form.Label', { html: '<div class="bs-insertcategory-hint">'+mw.message('bs-insertcategory-hint').plain()+'</div>' }); - + this.pnlMain = Ext.create( 'Ext.form.FormPanel', { region: 'center', bodyPadding: 5, @@ -51,14 +51,14 @@ this.bsCategoriesLabel ] }); - + this.tpCategories = Ext.create('BS.InsertCategory.AsyncCategoryTreePanel', { collapsible: true, collapsed: false, region: 'west' }); this.tpCategories.on( 'itemclick', this.onItemClick, this ); - + this.items = [ this.tpCategories, this.pnlMain -- To view, visit https://gerrit.wikimedia.org/r/152221 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic93a1b44aa6b117fb217defc550c8283564ae51f Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/BlueSpiceExtensions Gerrit-Branch: master Gerrit-Owner: Tweichart <weich...@hallowelt.biz> Gerrit-Reviewer: Mglaser <gla...@hallowelt.biz> Gerrit-Reviewer: Pigpen <reym...@hallowelt.biz> Gerrit-Reviewer: Robert Vogel <vo...@hallowelt.biz> Gerrit-Reviewer: Smuggli <mug...@hallowelt.biz> Gerrit-Reviewer: Swidmann <widm...@hallowelt.biz> Gerrit-Reviewer: Tweichart <weich...@hallowelt.biz> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits