Code

Reduced list sice
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 8 Apr 2010 11:50:41 +0000 (11:50 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 8 Apr 2010 11:50:41 +0000 (11:50 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17547 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/groups/apps/class_groupApplication.inc

index 17f31a9041f79d63ab54f2ed41cdcb2206a35883..770f39a31f1850be6b2ec0296dd045fe2af0ae1d 100644 (file)
@@ -58,7 +58,7 @@ class appgroup extends plugin
     $this->applicationList->setDeleteable(false);
     $this->applicationList->setEditable(true);
     $this->applicationList->setWidth("100%");
-    $this->applicationList->setHeight("400px");
+    $this->applicationList->setHeight("300px");
     $this->applicationList->setColspecs(array('20px','20px','*'));
     $this->applicationList->setHeader(array("&nbsp;","&nbsp;",_("Application")));
     $this->applicationList->setDefaultSortColumn(2);