Author: damoxc
Revision: 5021
Log:
stop the scrollbar being displayed when "compact" is selected
Diff:
Modified: trunk/deluge/ui/web/js/deluge-add.js
===================================================================
--- trunk/deluge/ui/web/js/deluge-add.js 2009-04-06 20:24:02 UTC (rev
5020)
+++ trunk/deluge/ui/web/js/deluge-add.js 2009-04-06 20:29:45 UTC (rev
5021)
@@ -255,7 +255,8 @@
style: 'padding-left: 5px;',
items: [{
xtype: 'button',
- text: _('Browse') +
'...'
+ text: _('Browse') +
'...',
+ disabled: true
}]
}]
}]
@@ -273,6 +274,7 @@
autoHeight: true,
border: false,
labelWidth: 1,
+ width: 100,
items: [{
fieldLabel: '',
labelSeparator: '',
@@ -495,7 +497,7 @@
Deluge.Add.Window = new Ext.Window({
layout: 'border',
- width: 460,
+ width: 470,
height: 450,
bodyStyle: 'padding: 10px 5px;',
buttonAlign: 'right',
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---