mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +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%;
|
height:100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.x-deluge-main-panel {
|
||||||
|
background-image: url('/icons/16/deluge.png');
|
||||||
|
}
|
||||||
|
|
||||||
.deluge-torrents td, .x-deluge-peers td {
|
.deluge-torrents td, .x-deluge-peers td {
|
||||||
height: 16px;
|
height: 16px;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
|
|
|
@ -28,6 +28,7 @@ Deluge.Ui = {
|
||||||
Ext.state.Manager.setProvider(new Ext.state.CookieProvider());
|
Ext.state.Manager.setProvider(new Ext.state.CookieProvider());
|
||||||
this.MainPanel = new Ext.Panel({
|
this.MainPanel = new Ext.Panel({
|
||||||
id: 'mainPanel',
|
id: 'mainPanel',
|
||||||
|
iconCls: 'x-deluge-main-panel',
|
||||||
title: 'Deluge',
|
title: 'Deluge',
|
||||||
layout: 'border',
|
layout: 'border',
|
||||||
tbar: Deluge.ToolBar.Bar,
|
tbar: Deluge.ToolBar.Bar,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue