[Bug #1299] Enable scrollbars in the tasks input buffer grid.
According to ZK docs, scrolling is enabled by setting the height attribute. FEA: ItEr75S04BugFixing
This commit is contained in:
parent
3d9dc46d35
commit
c2b7399497
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@
|
|||
|
||||
<!-- List of unassigned queue elements -->
|
||||
<newdatasortablegrid id="gridUnassignedLimitingResourceQueueElements"
|
||||
sizedByContent="false"
|
||||
sizedByContent="false" height="100px"
|
||||
style="margin: 10px" >
|
||||
<columns sizable="true">
|
||||
<newdatasortablecolumn width="40px" >
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue