remove maximize button
Signed-off-by: Melanie Retter <melanie.retter@bosch-si.com>
This commit is contained in:
@@ -100,7 +100,7 @@ public class CommonDialogWindow extends Window {
|
|||||||
|
|
||||||
setCaption(caption);
|
setCaption(caption);
|
||||||
setContent(mainLayout);
|
setContent(mainLayout);
|
||||||
setResizable(true);
|
setResizable(false);
|
||||||
center();
|
center();
|
||||||
setModal(true);
|
setModal(true);
|
||||||
addStyleName("fontsize");
|
addStyleName("fontsize");
|
||||||
|
|||||||
Reference in New Issue
Block a user