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!
|
// 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(),
|
$user = Ox.Element(),
|
||||||
|
|
||||||
|
@ -152,8 +155,7 @@ oml.ui.usersDialog = function() {
|
||||||
: '<span class="OxLight">' + value + '</span>'
|
: '<span class="OxLight">' + value + '</span>'
|
||||||
},
|
},
|
||||||
id: 'title',
|
id: 'title',
|
||||||
visible: true,
|
visible: true
|
||||||
width: 240
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
items: [
|
items: [
|
||||||
|
|
Loading…
Reference in a new issue