Author: damoxc
Revision: 4990
Log:
tweak the options form layout, settings fixed column widths
Diff:
Modified: trunk/deluge/ui/web/js/deluge-details.js
===================================================================
--- trunk/deluge/ui/web/js/deluge-details.js 2009-04-02 18:09:34 UTC (rev
4989)
+++ trunk/deluge/ui/web/js/deluge-details.js 2009-04-02 18:13:29 UTC (rev
4990)
@@ -509,12 +509,13 @@
items: [{
layout: 'column',
defaults: {
- columnWidth: '.33',
+ //columnWidth: '.33',
border: false
},
items: [{
bodyStyle: 'padding-left: 5px;
padding-right:5px;',
+ width: 300,
items: [{
xtype: 'fieldset',
title: _('Bandwidth'),
@@ -593,6 +594,7 @@
}]
}, {
bodyStyle: 'padding-left: 5px;
padding-right:5px;',
+ width: 200,
items: [{
xtype: 'fieldset',
title: _('Queue'),
@@ -623,6 +625,7 @@
}]
}, {
bodyStyle: 'padding-left:5px;',
+ width: 200,
items: [{
xtype: 'fieldset',
title: _('General'),
@@ -648,14 +651,12 @@
text: _('Edit Trackers'),
cls: 'x-btn-text-icon',
iconCls:
'x-deluge-edit-trackers',
- columnWidth: '.50',
width: 100
}, {
id: 'apply',
xtype: 'button',
text: _('Apply'),
style: 'margin-left: 10px',
- columnWidth: '.50',
width: 100
}]
}]
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---