mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 12:04:51 +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'
|
||||
},{
|
||||
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'
|
||||
},{
|
||||
xtype: 'spinnerfield',
|
||||
margins: '2 0 0 31',
|
||||
width: 128
|
||||
margins: '2 0 0 34',
|
||||
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'
|
||||
},{
|
||||
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"
|
||||
__author__ = "Pedro Algarvio"
|
||||
__author_email__ = "pedro@algarvio.me"
|
||||
__version__ = "0.1"
|
||||
__version__ = "0.2"
|
||||
__url__ = "http://dev.deluge-torrent.org/"
|
||||
__license__ = "GPLv3"
|
||||
__description__ = "Plugin which provides notifications to Deluge."
|
||||
|
@ -50,7 +50,7 @@ __long_description__ = """
|
|||
Plugin which provides notifications to Deluge
|
||||
|
||||
Email, Popup, Blink and Sound notifications
|
||||
|
||||
|
||||
The plugin also allows other plugins to make
|
||||
use of itself for their own custom notifications
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue