Merge pull request #211 from bsinno/fix_display_problem_in_different_browsers

fix display problems in different browsers
This commit is contained in:
Kai Zimmermann
2016-06-15 11:35:28 +02:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -195,6 +195,7 @@ public class SoftwareModuleAddUpdateWindow extends CustomComponent implements Se
* (controller Id, name & description) and action buttons layout
*/
addStyleName("lay-color");
setSizeUndefined();
final FormLayout formLayout = new FormLayout();
formLayout.addComponent(mandatoryLabel);

View File

@@ -123,7 +123,7 @@ public class TargetAddUpdateWindowLayout extends CustomComponent {
* The main layout of the window contains mandatory info, textboxes
* (controller Id, name & description) and action buttons layout
*/
setSizeUndefined();
formLayout = new FormLayout();
formLayout.addComponent(madatoryLabel);
formLayout.addComponent(controllerIDTextField);