mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-08 09:28:41 +00:00
[WebUI] Remove margins from main window elements
This commit is contained in:
parent
590f077963
commit
876e70d85f
4 changed files with 0 additions and 6 deletions
|
@ -71,7 +71,6 @@ Deluge.EditTrackersWindow = Ext.extend(Ext.Window, {
|
||||||
});
|
});
|
||||||
|
|
||||||
this.panel = this.add({
|
this.panel = this.add({
|
||||||
margins: '0 0 0 0',
|
|
||||||
items: [this.list],
|
items: [this.list],
|
||||||
autoScroll: true,
|
autoScroll: true,
|
||||||
bbar: new Ext.Toolbar({
|
bbar: new Ext.Toolbar({
|
||||||
|
|
|
@ -36,8 +36,6 @@ Deluge.Sidebar = Ext.extend(Ext.Panel, {
|
||||||
width: 200,
|
width: 200,
|
||||||
minSize: 100,
|
minSize: 100,
|
||||||
collapsible: true,
|
collapsible: true,
|
||||||
margins: '5 0 0 5',
|
|
||||||
cmargins: '5 0 0 5'
|
|
||||||
}, config);
|
}, config);
|
||||||
Deluge.Sidebar.superclass.constructor.call(this, config);
|
Deluge.Sidebar.superclass.constructor.call(this, config);
|
||||||
},
|
},
|
||||||
|
|
|
@ -313,7 +313,6 @@
|
||||||
autoExpandMin: 150,
|
autoExpandMin: 150,
|
||||||
deferredRender:false,
|
deferredRender:false,
|
||||||
autoScroll:true,
|
autoScroll:true,
|
||||||
margins: '5 5 0 0',
|
|
||||||
stateful: true,
|
stateful: true,
|
||||||
view: new Ext.ux.grid.BufferView({
|
view: new Ext.ux.grid.BufferView({
|
||||||
rowHeight: 26,
|
rowHeight: 26,
|
||||||
|
|
|
@ -67,8 +67,6 @@ deluge.ui = {
|
||||||
height: 215,
|
height: 215,
|
||||||
minSize: 100,
|
minSize: 100,
|
||||||
collapsible: true,
|
collapsible: true,
|
||||||
margins: '0 5 5 5',
|
|
||||||
cmargins: '0 5 5 5',
|
|
||||||
layout: 'fit',
|
layout: 'fit',
|
||||||
items: [
|
items: [
|
||||||
deluge.details
|
deluge.details
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue