mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
add the deluge icon to the main title bar
This commit is contained in:
parent
34c91448cd
commit
72ce4eede7
2 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue