more space
This commit is contained in:
parent
3de8bbe367
commit
46096e4721
1 changed files with 3 additions and 3 deletions
|
@ -194,21 +194,21 @@ pandora.ui.usersDialog = function() {
|
||||||
operator: '+',
|
operator: '+',
|
||||||
title: 'Location',
|
title: 'Location',
|
||||||
visible: true,
|
visible: true,
|
||||||
width: 120
|
width: 160
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'browser',
|
id: 'browser',
|
||||||
operator: '+',
|
operator: '+',
|
||||||
title: 'Browser',
|
title: 'Browser',
|
||||||
visible: true,
|
visible: true,
|
||||||
width: 60
|
width: 80
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'system',
|
id: 'system',
|
||||||
operator: '+',
|
operator: '+',
|
||||||
title: 'System',
|
title: 'System',
|
||||||
visible: true,
|
visible: true,
|
||||||
width: 60
|
width: 80
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'useragent',
|
id: 'useragent',
|
||||||
|
|
Loading…
Reference in a new issue