tweak the layout slightly

This commit is contained in:
Damien Churchill 2009-08-20 01:12:43 +00:00
parent e05e0b4e35
commit e2fb2ddd03
1 changed files with 7 additions and 3 deletions

View File

@ -118,6 +118,10 @@ Ext.deluge.PreferencesWindow = Ext.extend(Ext.Window, {
this.hide(); this.hide();
}, },
/**
* Adds a page to the preferences window.
* @param {mixed} page
*/
addPage: function(page) { addPage: function(page) {
var store = this.categoriesGrid.getStore(); var store = this.categoriesGrid.getStore();
var name = page.title; var name = page.title;