Author: damoxc

Revision: 5779

Log:
        change the labelAlign to top and icnrease the width of the fields

Diff:
Modified: trunk/deluge/ui/web/js/Deluge.Preferences.Downloads.js
===================================================================
--- trunk/deluge/ui/web/js/Deluge.Preferences.Downloads.js      2009-09-24 
15:56:42 UTC (rev 5778)
+++ trunk/deluge/ui/web/js/Deluge.Preferences.Downloads.js      2009-09-24 
16:42:36 UTC (rev 5779)
@@ -53,29 +53,30 @@
                        title: _('Folders'),
                        labelWidth: 150,
                        defaultType: 'textfield',
-                       autoHeight: true
+                       autoHeight: true,
+                       labelAlign: 'top'
                });
                optMan.bind('download_location', fieldset.add({
                        name: 'download_location',
                        fieldLabel: _('Download to'),
-                       width: 140
+                       width: 240
                }));
                optMan.bind('move_completed_path', fieldset.add({
                        name: 'move_completed_path',
                        fieldLabel: _('Move completed to'),
-                       width: 140,
+                       width: 240,
                        disabled: true
                }));
                optMan.bind('torrentfiles_location', fieldset.add({
                        name: 'torrentfiles_location',
                        fieldLabel: _('Copy of .torrent files to'),
-                       width: 140,
+                       width: 240,
                        disabled: true
                }));
                optMan.bind('autoadd_location', fieldset.add({
                        name: 'autoadd_location',
                        fieldLabel: _('Autoadd .torrent files from'),
-                       width: 140,
+                       width: 240,
                        disabled: true
                }));
                



--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to