Remove uneeded Title to save space in WebUI

This commit is contained in:
Calum Lind 2012-01-06 02:07:33 +00:00
commit 01adb882ea

View file

@ -59,7 +59,6 @@ deluge.ui = {
this.MainPanel = new Ext.Panel({ this.MainPanel = new Ext.Panel({
id: 'mainPanel', id: 'mainPanel',
iconCls: 'x-deluge-main-panel', iconCls: 'x-deluge-main-panel',
title: 'Deluge',
layout: 'border', layout: 'border',
tbar: deluge.toolbar, tbar: deluge.toolbar,
items: [ items: [