mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
[Notifications] Small layout fixes for web page and version bump
This commit is contained in:
parent
b77c4682d1
commit
82f2fc67c2
2 changed files with 9 additions and 6 deletions
|
@ -62,7 +62,7 @@ Deluge.ux.preferences.NotificationsPage = Ext.extend(Ext.Panel, {
|
||||||
margins: '6 0 0 6'
|
margins: '6 0 0 6'
|
||||||
},{
|
},{
|
||||||
xtype: 'textfield',
|
xtype: 'textfield',
|
||||||
margins: '2 0 0 3'
|
margins: '2 0 0 4'
|
||||||
}]
|
}]
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -79,8 +79,11 @@ Deluge.ux.preferences.NotificationsPage = Ext.extend(Ext.Panel, {
|
||||||
margins: '6 0 0 6'
|
margins: '6 0 0 6'
|
||||||
},{
|
},{
|
||||||
xtype: 'spinnerfield',
|
xtype: 'spinnerfield',
|
||||||
margins: '2 0 0 31',
|
margins: '2 0 0 34',
|
||||||
width: 128
|
width: 64,
|
||||||
|
decimalPrecision: 0,
|
||||||
|
minValue: 0,
|
||||||
|
maxValue: 65535
|
||||||
}]
|
}]
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -132,7 +135,7 @@ Deluge.ux.preferences.NotificationsPage = Ext.extend(Ext.Panel, {
|
||||||
margins: '6 0 0 6'
|
margins: '6 0 0 6'
|
||||||
},{
|
},{
|
||||||
xtype: 'textfield',
|
xtype: 'textfield',
|
||||||
margins: '2 0 0 27'
|
margins: '2 0 0 28'
|
||||||
}]
|
}]
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
@ -42,7 +42,7 @@ from setuptools import setup, find_packages
|
||||||
__plugin_name__ = "Notifications"
|
__plugin_name__ = "Notifications"
|
||||||
__author__ = "Pedro Algarvio"
|
__author__ = "Pedro Algarvio"
|
||||||
__author_email__ = "pedro@algarvio.me"
|
__author_email__ = "pedro@algarvio.me"
|
||||||
__version__ = "0.1"
|
__version__ = "0.2"
|
||||||
__url__ = "http://dev.deluge-torrent.org/"
|
__url__ = "http://dev.deluge-torrent.org/"
|
||||||
__license__ = "GPLv3"
|
__license__ = "GPLv3"
|
||||||
__description__ = "Plugin which provides notifications to Deluge."
|
__description__ = "Plugin which provides notifications to Deluge."
|
||||||
|
@ -50,7 +50,7 @@ __long_description__ = """
|
||||||
Plugin which provides notifications to Deluge
|
Plugin which provides notifications to Deluge
|
||||||
|
|
||||||
Email, Popup, Blink and Sound notifications
|
Email, Popup, Blink and Sound notifications
|
||||||
|
|
||||||
The plugin also allows other plugins to make
|
The plugin also allows other plugins to make
|
||||||
use of itself for their own custom notifications
|
use of itself for their own custom notifications
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue