fix display problems in different browsers
Signed-off-by: Melanie Retter <melanie.retter@bosch-si.com>
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user