[WebUI] Remove margins from main window elements

This commit is contained in:
Calum Lind 2016-05-16 13:44:00 +01:00
parent 590f077963
commit 876e70d85f
4 changed files with 0 additions and 6 deletions

View File

@ -71,7 +71,6 @@ Deluge.EditTrackersWindow = Ext.extend(Ext.Window, {
});
this.panel = this.add({
margins: '0 0 0 0',
items: [this.list],
autoScroll: true,
bbar: new Ext.Toolbar({

View File

@ -36,8 +36,6 @@ Deluge.Sidebar = Ext.extend(Ext.Panel, {
width: 200,
minSize: 100,
collapsible: true,
margins: '5 0 0 5',
cmargins: '5 0 0 5'
}, config);
Deluge.Sidebar.superclass.constructor.call(this, config);
},

View File

@ -313,7 +313,6 @@
autoExpandMin: 150,
deferredRender:false,
autoScroll:true,
margins: '5 5 0 0',
stateful: true,
view: new Ext.ux.grid.BufferView({
rowHeight: 26,

View File

@ -67,8 +67,6 @@ deluge.ui = {
height: 215,
minSize: 100,
collapsible: true,
margins: '0 5 5 5',
cmargins: '0 5 5 5',
layout: 'fit',
items: [
deluge.details