Code

Fixed list width
[gosa.git] / gosa-core / plugins / personal / posix / class_posixAccount.inc
index 924153c380ddbd3f0ef8aaaf8eb959be936a84e5..c18f581fc7b2fe1560e4c75863f772195aa96c26 100644 (file)
@@ -251,7 +251,6 @@ class posixAccount extends plugin
     $this->groupList->setEditable(false);
     $this->groupList->setReorderable(false);
     $this->groupList->setDefaultSortColumn(1);
-    $this->groupList->setWidth("100%");
     $this->groupList->setHeight("150px");
     $this->groupList->setAcl("rwcdm");
   }