scroll list of users. there can be many

This commit is contained in:
Jan Gerber 2015-05-14 10:36:41 +02:00
parent 505d7efe9b
commit 6e45947bdd

View file

@ -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: [