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);
|
||||
setContent(mainLayout);
|
||||
setResizable(true);
|
||||
setResizable(false);
|
||||
center();
|
||||
setModal(true);
|
||||
addStyleName("fontsize");
|
||||
|
||||
Reference in New Issue
Block a user