Increased standard height for listbox in bandbox search component
FEA: ItEr75S04BugFixing
This commit is contained in:
parent
df3ca75327
commit
caefbb514f
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@
|
|||
<bandbox id="bandbox" autodrop="true">
|
||||
<bandpopup>
|
||||
<vbox height="50px">
|
||||
<listbox id="listbox" width="200px" sclass="bandbox-search" height="100px"
|
||||
<listbox id="listbox" width="200px" sclass="bandbox-search" height="150px"
|
||||
vflex="true" model="${arg.model}"
|
||||
c:onClick="closeBandbox(this.$f().bandbox.parent);">
|
||||
<listhead id="listhead" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue