SEBSERV-307

This commit is contained in:
anhefti 2022-05-11 10:32:22 +02:00
parent 4c4b923b81
commit b0ea2f3467
2 changed files with 2 additions and 2 deletions

View file

@ -94,7 +94,7 @@ public class ExamTemplateProctoringSettingsPopup {
new ModalInputDialog<FormHandle<?>>(
action.pageContext().getParent().getShell(),
pageService.getWidgetFactory())
.setDialogWidth(740)
.setDialogWidth(800)
.setDialogHeight(400);
final SEBProctoringPropertiesForm bindFormContext = new SEBProctoringPropertiesForm(

View file

@ -97,7 +97,7 @@ public class ProctoringSettingsPopup {
new ModalInputDialog<FormHandle<?>>(
action.pageContext().getParent().getShell(),
pageService.getWidgetFactory())
.setDialogWidth(740)
.setDialogWidth(800)
.setDialogHeight(400);
final SEBProctoringPropertiesForm bindFormContext = new SEBProctoringPropertiesForm(