Author: snjeza
Date: 2010-10-21 12:48:58 -0400 (Thu, 21 Oct 2010)
New Revision: 25982
Modified:
trunk/runtime/plugins/org.jboss.tools.runtime/src/org/jboss/tools/runtime/preferences/RuntimePreferencePage.java
Log:
JBIDE-7212 Corrupted layout on JBoss Runtime page
Modified:
trunk/runtime/plugins/org.jboss.tools.runtime/src/org/jboss/tools/runtime/preferences/RuntimePreferencePage.java
===================================================================
---
trunk/runtime/plugins/org.jboss.tools.runtime/src/org/jboss/tools/runtime/preferences/RuntimePreferencePage.java 2010-10-21
16:34:19 UTC (rev 25981)
+++
trunk/runtime/plugins/org.jboss.tools.runtime/src/org/jboss/tools/runtime/preferences/RuntimePreferencePage.java 2010-10-21
16:48:58 UTC (rev 25982)
@@ -111,8 +111,6 @@
Group runtimeGroup = new Group(composite, SWT.NONE);
layout = new GridLayout(1, false);
- layout.marginWidth = 0;
- layout.marginHeight = 0;
runtimeGroup.setLayout(layout);
runtimeGroup.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
runtimeGroup.setText("JBoss Runtimes");
Show replies by date