visual fix. file list fills screen height now
This commit is contained in:
parent
a2b892c96b
commit
ccb2614deb
2 changed files with 2 additions and 2 deletions
|
|
@ -340,7 +340,7 @@
|
|||
<div id="files">
|
||||
<div class="accordion-inner">
|
||||
|
||||
<div class="gcode_files" data-bind="slimScrolledForeach: listHelper.paginatedItems">
|
||||
<div class="gcode_files" data-bind="slimScrolledForeach: listHelper.paginatedItems" >
|
||||
<div class="entry" data-bind="attr: { id: $root.getEntryId($data) }, template: { name: $root.templateFor($data), data: $data }"></div>
|
||||
|
||||
<script type="text/html" id="files_template_machinecode">
|
||||
|
|
|
|||
|
|
@ -191,7 +191,7 @@ $(function() {
|
|||
//~~ File list
|
||||
|
||||
$(".gcode_files").slimScroll({
|
||||
height: "306px",
|
||||
height: "80vh",
|
||||
size: "5px",
|
||||
distance: "0",
|
||||
railVisible: true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue