mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
tweak the layout slightly
This commit is contained in:
parent
e05e0b4e35
commit
e2fb2ddd03
1 changed files with 7 additions and 3 deletions
|
@ -118,6 +118,10 @@ Ext.deluge.PreferencesWindow = Ext.extend(Ext.Window, {
|
|||
this.hide();
|
||||
},
|
||||
|
||||
/**
|
||||
* Adds a page to the preferences window.
|
||||
* @param {mixed} page
|
||||
*/
|
||||
addPage: function(page) {
|
||||
var store = this.categoriesGrid.getStore();
|
||||
var name = page.title;
|
||||
|
@ -127,9 +131,9 @@ Ext.deluge.PreferencesWindow = Ext.extend(Ext.Window, {
|
|||
},
|
||||
|
||||
/**
|
||||
* Return the options manager for the preferences window.
|
||||
* @returns {Deluge.OptionsManager} the options manager
|
||||
*/
|
||||
* Return the options manager for the preferences window.
|
||||
* @returns {Deluge.OptionsManager} the options manager
|
||||
*/
|
||||
getOptionsManager: function() {
|
||||
return this.optionsManager;
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue