mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-16 06:17:50 +00:00
Webui: Smaller minSize for Sidebar and remove 1px border from mainpanel
This commit is contained in:
parent
c020d71327
commit
f8651b63c8
@ -56,7 +56,7 @@ Deluge.Sidebar = Ext.extend(Ext.Panel, {
|
|||||||
layout: 'accordion',
|
layout: 'accordion',
|
||||||
split: true,
|
split: true,
|
||||||
width: 200,
|
width: 200,
|
||||||
minSize: 175,
|
minSize: 100,
|
||||||
collapsible: true,
|
collapsible: true,
|
||||||
margins: '5 0 0 5',
|
margins: '5 0 0 5',
|
||||||
cmargins: '5 0 0 5'
|
cmargins: '5 0 0 5'
|
||||||
|
@ -77,6 +77,7 @@ deluge.ui = {
|
|||||||
id: 'mainPanel',
|
id: 'mainPanel',
|
||||||
iconCls: 'x-deluge-main-panel',
|
iconCls: 'x-deluge-main-panel',
|
||||||
layout: 'border',
|
layout: 'border',
|
||||||
|
border: false,
|
||||||
tbar: deluge.toolbar,
|
tbar: deluge.toolbar,
|
||||||
items: [
|
items: [
|
||||||
deluge.sidebar,
|
deluge.sidebar,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user