[WebUI] Remove margins from main window elements

This commit is contained in:
Calum Lind 2016-05-16 13:44:00 +01:00
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({ 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({

View file

@ -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);
}, },

View file

@ -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,

View file

@ -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