mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-12 04:24:27 +00:00
[Notifications] Small layout fixes for web page and version bump
This commit is contained in:
parent
b77c4682d1
commit
82f2fc67c2
@ -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…
x
Reference in New Issue
Block a user