add the deluge icon to the main title bar

This commit is contained in:
Damien Churchill 2009-02-25 17:34:59 +00:00
parent 34c91448cd
commit 72ce4eede7
2 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,10 @@ html, body {
height:100%;
}
.x-deluge-main-panel {
background-image: url('/icons/16/deluge.png');
}
.deluge-torrents td, .x-deluge-peers td {
height: 16px;
line-height: 16px;

View File

@ -28,6 +28,7 @@ Deluge.Ui = {
Ext.state.Manager.setProvider(new Ext.state.CookieProvider());
this.MainPanel = new Ext.Panel({
id: 'mainPanel',
iconCls: 'x-deluge-main-panel',
title: 'Deluge',
layout: 'border',
tbar: Deluge.ToolBar.Bar,