Code

Updated property viewer
[gosa.git] / gosa-core / include / class_sortableListing.inc
index 4642d086c61709c2bf742a178a999a23a79ccd46..3af979b285c2ac88fa4a9f016fb592e53e15da6c 100644 (file)
@@ -232,7 +232,7 @@ class sortableListing {
     }
 
     // Do we need colspecs?
-    $action_width= ($this->editable?20:0) + ($this->deleteable?20:0);
+    $action_width= ($this->editable?30:0) + ($this->deleteable?30:0);
     if ($this->colspecs) {
       $result.= " <colgroup>\n";
       for ($i= 0; $i<$this->columns; $i++) {