replace default icons in user dialog

This commit is contained in:
rolux 2012-04-16 09:22:56 +00:00
parent 0d76e9ae59
commit 4f8d327fd5

View file

@ -225,7 +225,7 @@ pandora.ui.usersDialog = function() {
id: 'system',
operator: '+',
title: 'System',
titleImage: 'icon',
titleImage: 'square',
visible: true,
width: 16
},
@ -256,7 +256,7 @@ pandora.ui.usersDialog = function() {
id: 'browser',
operator: '+',
title: 'Browser',
titleImage: 'icon',
titleImage: 'circle',
visible: true,
width: 16
},