mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-05 16:08:40 +00:00
stop the scrollbar being displayed when "compact" is selected
This commit is contained in:
parent
5caeff733e
commit
4ddc92f55d
1 changed files with 4 additions and 2 deletions
|
@ -255,7 +255,8 @@ Deluge.Add.Options = new Ext.TabPanel({
|
||||||
style: 'padding-left: 5px;',
|
style: 'padding-left: 5px;',
|
||||||
items: [{
|
items: [{
|
||||||
xtype: 'button',
|
xtype: 'button',
|
||||||
text: _('Browse') + '...'
|
text: _('Browse') + '...',
|
||||||
|
disabled: true
|
||||||
}]
|
}]
|
||||||
}]
|
}]
|
||||||
}]
|
}]
|
||||||
|
@ -273,6 +274,7 @@ Deluge.Add.Options = new Ext.TabPanel({
|
||||||
autoHeight: true,
|
autoHeight: true,
|
||||||
border: false,
|
border: false,
|
||||||
labelWidth: 1,
|
labelWidth: 1,
|
||||||
|
width: 100,
|
||||||
items: [{
|
items: [{
|
||||||
fieldLabel: '',
|
fieldLabel: '',
|
||||||
labelSeparator: '',
|
labelSeparator: '',
|
||||||
|
@ -495,7 +497,7 @@ Deluge.Add.Url.Window = new Ext.Window({
|
||||||
|
|
||||||
Deluge.Add.Window = new Ext.Window({
|
Deluge.Add.Window = new Ext.Window({
|
||||||
layout: 'border',
|
layout: 'border',
|
||||||
width: 460,
|
width: 470,
|
||||||
height: 450,
|
height: 450,
|
||||||
bodyStyle: 'padding: 10px 5px;',
|
bodyStyle: 'padding: 10px 5px;',
|
||||||
buttonAlign: 'right',
|
buttonAlign: 'right',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue