Fix height of Prestudent-Statuslist on smaller Screens

This commit is contained in:
Manfred Kindl
2020-02-26 15:20:08 +01:00
parent a1da5b9bf4
commit 6509d74f4b
+1 -1
View File
@@ -509,7 +509,7 @@ echo '<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>';
<caption label="Status" />
<tree id="student-prestudent-tree-rolle" seltype="single" hidecolumnpicker="false" flex="1"
datasources="rdf:null" ref="http://www.technikum-wien.at/prestudentrolle/liste"
style="margin-left:10px;margin-right:10px;margin-bottom:5px;" height="200px" enableColumnDrag="true"
style="margin-left:10px;margin-right:10px;margin-bottom:5px;min-height: 200px" height="200px" enableColumnDrag="true"
flags="dont-build-content"
context="student-prestudent-rolle-tree-popup"
ondblclick="StudentRolleBearbeiten()"