mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-11 03:55:43 +00:00
add the deluge icon to the main title bar
This commit is contained in:
parent
34c91448cd
commit
72ce4eede7
@ -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…
x
Reference in New Issue
Block a user