replace default icons in user dialog
This commit is contained in:
parent
0d76e9ae59
commit
4f8d327fd5
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue