mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
tweak the options form layout, settings fixed column widths
This commit is contained in:
parent
221d1875ff
commit
03dac27147
1 changed files with 4 additions and 3 deletions
|
@ -509,12 +509,13 @@ Deluge.Details.Panel = new Ext.TabPanel({
|
||||||
items: [{
|
items: [{
|
||||||
layout: 'column',
|
layout: 'column',
|
||||||
defaults: {
|
defaults: {
|
||||||
columnWidth: '.33',
|
//columnWidth: '.33',
|
||||||
border: false
|
border: false
|
||||||
},
|
},
|
||||||
|
|
||||||
items: [{
|
items: [{
|
||||||
bodyStyle: 'padding-left: 5px; padding-right:5px;',
|
bodyStyle: 'padding-left: 5px; padding-right:5px;',
|
||||||
|
width: 300,
|
||||||
items: [{
|
items: [{
|
||||||
xtype: 'fieldset',
|
xtype: 'fieldset',
|
||||||
title: _('Bandwidth'),
|
title: _('Bandwidth'),
|
||||||
|
@ -593,6 +594,7 @@ Deluge.Details.Panel = new Ext.TabPanel({
|
||||||
}]
|
}]
|
||||||
}, {
|
}, {
|
||||||
bodyStyle: 'padding-left: 5px; padding-right:5px;',
|
bodyStyle: 'padding-left: 5px; padding-right:5px;',
|
||||||
|
width: 200,
|
||||||
items: [{
|
items: [{
|
||||||
xtype: 'fieldset',
|
xtype: 'fieldset',
|
||||||
title: _('Queue'),
|
title: _('Queue'),
|
||||||
|
@ -623,6 +625,7 @@ Deluge.Details.Panel = new Ext.TabPanel({
|
||||||
}]
|
}]
|
||||||
}, {
|
}, {
|
||||||
bodyStyle: 'padding-left:5px;',
|
bodyStyle: 'padding-left:5px;',
|
||||||
|
width: 200,
|
||||||
items: [{
|
items: [{
|
||||||
xtype: 'fieldset',
|
xtype: 'fieldset',
|
||||||
title: _('General'),
|
title: _('General'),
|
||||||
|
@ -648,14 +651,12 @@ Deluge.Details.Panel = new Ext.TabPanel({
|
||||||
text: _('Edit Trackers'),
|
text: _('Edit Trackers'),
|
||||||
cls: 'x-btn-text-icon',
|
cls: 'x-btn-text-icon',
|
||||||
iconCls: 'x-deluge-edit-trackers',
|
iconCls: 'x-deluge-edit-trackers',
|
||||||
columnWidth: '.50',
|
|
||||||
width: 100
|
width: 100
|
||||||
}, {
|
}, {
|
||||||
id: 'apply',
|
id: 'apply',
|
||||||
xtype: 'button',
|
xtype: 'button',
|
||||||
text: _('Apply'),
|
text: _('Apply'),
|
||||||
style: 'margin-left: 10px',
|
style: 'margin-left: 10px',
|
||||||
columnWidth: '.50',
|
|
||||||
width: 100
|
width: 100
|
||||||
}]
|
}]
|
||||||
}]
|
}]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue