SEBSERV-307
This commit is contained in:
parent
4c4b923b81
commit
b0ea2f3467
2 changed files with 2 additions and 2 deletions
|
@ -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(
|
||||
|
|
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue