scroll list of users. there can be many
This commit is contained in:
parent
505d7efe9b
commit
6e45947bdd
1 changed files with 5 additions and 3 deletions
|
@ -57,7 +57,10 @@ oml.ui.usersDialog = function() {
|
|||
}),
|
||||
|
||||
// FIXME: WRONG!
|
||||
$users = Ox.Element().css({background: 'rgb(240, 240, 240)'}),
|
||||
$users = Ox.Element().css({
|
||||
background: 'rgb(240, 240, 240)',
|
||||
overflowX: 'hidden'
|
||||
}),
|
||||
|
||||
$user = Ox.Element(),
|
||||
|
||||
|
@ -152,8 +155,7 @@ oml.ui.usersDialog = function() {
|
|||
: '<span class="OxLight">' + value + '</span>'
|
||||
},
|
||||
id: 'title',
|
||||
visible: true,
|
||||
width: 240
|
||||
visible: true
|
||||
}
|
||||
],
|
||||
items: [
|
||||
|
|
Loading…
Reference in a new issue