X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-core%2Fplugins%2Fpersonal%2Fposix%2Fclass_posixAccount.inc;h=c18f581fc7b2fe1560e4c75863f772195aa96c26;hb=19649626af0d8090ded4e2db84a5c0d31b40034c;hp=924153c380ddbd3f0ef8aaaf8eb959be936a84e5;hpb=d695b1a77f15094211fc57a64079c0316f8f45ad;p=gosa.git diff --git a/gosa-core/plugins/personal/posix/class_posixAccount.inc b/gosa-core/plugins/personal/posix/class_posixAccount.inc index 924153c38..c18f581fc 100644 --- a/gosa-core/plugins/personal/posix/class_posixAccount.inc +++ b/gosa-core/plugins/personal/posix/class_posixAccount.inc @@ -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"); }