Browse Source

Minor - change popup size BT#15743

Julio Montoya 5 years ago
parent
commit
9a6c5f342f
1 changed files with 4 additions and 2 deletions
  1. 4 2
      main/exercise/exercise.class.php

+ 4 - 2
main/exercise/exercise.class.php

@@ -3289,7 +3289,8 @@ class Exercise
             function openClockWarning() {
                 $('#clock_warning').dialog({
                     modal:true,
-                    height:250,
+                    height:320,
+                    width:550,
                     closeOnEscape: false,
                     resizable: false,
                     buttons: {
@@ -3354,7 +3355,8 @@ class Exercise
             function openClockWarning() {
                 $('#clock_warning').dialog({
                     modal:true,
-                    height:250,
+                    height:320,
+                    width:550,
                     closeOnEscape: false,
                     resizable: false,
                     buttons: {