fix display problems in different browsers

Signed-off-by: Melanie Retter <melanie.retter@bosch-si.com>
This commit is contained in:
Melanie Retter
2016-06-15 11:25:58 +02:00
parent d0629c8071
commit ebedcc2df0
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 * (controller Id, name & description) and action buttons layout
*/ */
addStyleName("lay-color"); addStyleName("lay-color");
setSizeUndefined();
final FormLayout formLayout = new FormLayout(); final FormLayout formLayout = new FormLayout();
formLayout.addComponent(mandatoryLabel); formLayout.addComponent(mandatoryLabel);

View File

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