提交 9644fdde 编写于 作者: S Serge Rider

Plan renderer


Former-commit-id: 0ab9fdee
上级 c6614204
......@@ -25,6 +25,7 @@ import org.eclipse.jface.viewers.Viewer;
import org.eclipse.swt.SWT;
import org.eclipse.swt.custom.StackLayout;
import org.eclipse.swt.layout.GridData;
import org.eclipse.swt.layout.GridLayout;
import org.eclipse.swt.widgets.Composite;
import org.eclipse.swt.widgets.Control;
import org.eclipse.ui.IWorkbenchPart;
......@@ -102,6 +103,7 @@ public class ExplainPlanViewer extends Viewer implements IAdaptable
{
tabViewFolder = new VerticalFolder(planPresentationContainer, SWT.LEFT);
((GridLayout)tabViewFolder.getLayout()).marginTop = 20;
tabViewFolder.setLayoutData(new GridData(GridData.FILL_VERTICAL));
for (SQLPlanViewDescriptor viewDesc : SQLPlanViewRegistry.getInstance().getPlanViewDescriptors()) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册