Skip to content
Snippets Groups Projects
Commit 76245aa9 authored by felmer's avatar felmer
Browse files

Increase form height.

SVN: 20512
parent f8347135
No related branches found
No related tags found
No related merge requests found
...@@ -106,7 +106,7 @@ public class BiologicalSampleCreatingPage extends WizardPage<MsInjectionSampleAn ...@@ -106,7 +106,7 @@ public class BiologicalSampleCreatingPage extends WizardPage<MsInjectionSampleAn
} }
}); });
formPanel.add(sampleTypeSelectionWidget); formPanel.add(sampleTypeSelectionWidget);
addToRightContent(formPanel, new RowData(1, 500, new Margins(10))); addToRightContent(formPanel, new RowData(1, 600, new Margins(10)));
} }
protected void onSampleTypeChanged(SampleType type) protected void onSampleTypeChanged(SampleType type)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment