tweak the layout slightly
This commit is contained in:
parent
e05e0b4e35
commit
e2fb2ddd03
|
@ -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;
|
||||||
|
@ -127,9 +131,9 @@ Ext.deluge.PreferencesWindow = Ext.extend(Ext.Window, {
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return the options manager for the preferences window.
|
* Return the options manager for the preferences window.
|
||||||
* @returns {Deluge.OptionsManager} the options manager
|
* @returns {Deluge.OptionsManager} the options manager
|
||||||
*/
|
*/
|
||||||
getOptionsManager: function() {
|
getOptionsManager: function() {
|
||||||
return this.optionsManager;
|
return this.optionsManager;
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue