mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 16:14:10 -08:00
Fix layout of profile editor
This commit is contained in:
parent
363ee8f6cb
commit
b5b819a188
|
@ -91,7 +91,7 @@ public class TeaVMProfileDialog extends Dialog {
|
||||||
Composite area = (Composite)super.createDialogArea(parent);
|
Composite area = (Composite)super.createDialogArea(parent);
|
||||||
area.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true));
|
area.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true));
|
||||||
ScrolledComposite scrollContainer = new ScrolledComposite(area, SWT.V_SCROLL | SWT.H_SCROLL);
|
ScrolledComposite scrollContainer = new ScrolledComposite(area, SWT.V_SCROLL | SWT.H_SCROLL);
|
||||||
scrollContainer.setLayoutData(new GridData(SWT.FILL, SWT.TOP, true, true));
|
scrollContainer.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true));
|
||||||
TabFolder tabFolder = new TabFolder(scrollContainer, SWT.TOP);
|
TabFolder tabFolder = new TabFolder(scrollContainer, SWT.TOP);
|
||||||
scrollContainer.setContent(tabFolder);
|
scrollContainer.setContent(tabFolder);
|
||||||
scrollContainer.setExpandHorizontal(true);
|
scrollContainer.setExpandHorizontal(true);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user