Changeset f031ec5


Ignore:
Timestamp:
07/29/2009 08:58:28 AM (15 years ago)
Author:
Damien Churchill <damoc@gmail.com>
Branches:
2.0.x, develop, extjs4-port, master
Children:
0ac8e3
Parents:
5ec004
Message:

increase the widths of the textfields and pass in inputValue rather than value to the radiogroup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • deluge/ui/web/js/Deluge.Preferences.Downloads.js

    r5ec004 rf031ec5  
    2525                                name: 'download_location',
    2626                                fieldLabel: _('Download to'),
    27                                 width: 125
     27                                width: 160
    2828                        }));
    2929                        optMan.bind('move_completed_path', fieldset.add({
    3030                                name: 'move_completed_path',
    3131                                fieldLabel: _('Move completed to'),
    32                                 width: 125
     32                                width: 160
    3333                        }));
    3434                        optMan.bind('torrentfiles_location', fieldset.add({
    3535                                name: 'torrentfiles_location',
    3636                                fieldLabel: _('Copy of .torrent files to'),
    37                                 width: 125
     37                                width: 160
    3838                        }));
    3939                       
     
    5050                                labelSeparator: '',
    5151                                items: [
    52                                         {boxLabel: _('Compact') + '&nbsp;', value: true},
    53                                         {boxLabel: _('Full'), value: false}
     52                                        {boxLabel: _('Compact') + '&nbsp;', inputValue: true},
     53                                        {boxLabel: _('Full'), inputValue: false}
    5454                                ]
    5555                        }));
Note: See TracChangeset for help on using the changeset viewer.