[377000] Run on Server Wizard server name and status cannot be re-sized
diff --git a/plugins/org.eclipse.wst.server.ui/serverui/org/eclipse/wst/server/ui/internal/viewers/ServerComposite.java b/plugins/org.eclipse.wst.server.ui/serverui/org/eclipse/wst/server/ui/internal/viewers/ServerComposite.java
index a18b56e..5802034 100644
--- a/plugins/org.eclipse.wst.server.ui/serverui/org/eclipse/wst/server/ui/internal/viewers/ServerComposite.java
+++ b/plugins/org.eclipse.wst.server.ui/serverui/org/eclipse/wst/server/ui/internal/viewers/ServerComposite.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2003, 2011 IBM Corporation and others.
+ * Copyright (c) 2003, 2012 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
@@ -58,9 +58,10 @@
 		this.listener = listener2;
 		
 		Tree tree2 = treeViewer.getTree();
+		tree2.setHeaderVisible(true);
 		TreeColumn column = new TreeColumn(tree2, SWT.SINGLE);
 		column.setText(Messages.viewServer);
-		column.setWidth(325);
+		column.setWidth(400);
 		
 		TreeColumn column2 = new TreeColumn(tree2, SWT.SINGLE);
 		column2.setText(Messages.viewState);