forked from 0x2620/pandora
users dialog: make level column wider
This commit is contained in:
parent
d2b3c436b6
commit
1fb1fd9d89
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ pandora.ui.usersDialog = function() {
|
||||||
title: Ox._('Level'),
|
title: Ox._('Level'),
|
||||||
type: 'label',
|
type: 'label',
|
||||||
visible: true,
|
visible: true,
|
||||||
width: 64
|
width: 80
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
format: function(value) {
|
format: function(value) {
|
||||||
|
|
Loading…
Reference in a new issue