Webui: Smaller minSize for Sidebar and remove 1px border from mainpanel

This commit is contained in:
Calum Lind 2012-01-07 19:22:09 +00:00
parent c020d71327
commit f8651b63c8
2 changed files with 2 additions and 1 deletions

View File

@ -56,7 +56,7 @@ Deluge.Sidebar = Ext.extend(Ext.Panel, {
layout: 'accordion',
split: true,
width: 200,
minSize: 175,
minSize: 100,
collapsible: true,
margins: '5 0 0 5',
cmargins: '5 0 0 5'

View File

@ -77,6 +77,7 @@ deluge.ui = {
id: 'mainPanel',
iconCls: 'x-deluge-main-panel',
layout: 'border',
border: false,
tbar: deluge.toolbar,
items: [
deluge.sidebar,