mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-08 09:28:41 +00:00
Webui: Smaller minSize for Sidebar and remove 1px border from mainpanel
This commit is contained in:
parent
c020d71327
commit
f8651b63c8
2 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue