Increased the initial size of some dialogs.

master
Pacman Ghost 5 years ago
parent 2154faeb97
commit 1075a555d7
  1. 4
      vasl_templates/webapp/static/simple_notes.js
  2. 2
      vasl_templates/webapp/static/snippets.js
  3. 4
      vasl_templates/webapp/static/vo.js

@ -34,8 +34,8 @@ function _do_edit_simple_note( $sortable2, $entry, default_width )
dialogClass: "edit-simple_note",
title: ($entry ? "Edit " : "Add ") + SORTABLE_DISPLAY_NAMES[note_type][0],
modal: true,
minWidth: 400,
minHeight: 150,
minWidth: 600,
minHeight: 250,
create: function() {
init_dialog( $(this), "OK", true ) ;
},

@ -1001,7 +1001,7 @@ function edit_template( template_id )
dialogClass: "edit-template",
title: "Editing template: " + escapeHTML(template_id),
modal: false,
minWidth: 400, minHeight: 200,
minWidth: 600, minHeight: 300,
create: function() {
init_dialog( $(this), "Close", true ) ;
},

@ -77,8 +77,8 @@ function add_vo( vo_type, player_no )
title: "Add " + SORTABLE_DISPLAY_NAMES["ob_"+vo_type][0],
dialogClass: "select-vo",
modal: true,
minWidth: 300,
minHeight: 300,
minWidth: 400,
minHeight: 350,
create: function() {
init_dialog( $(this), "OK", false ) ;
// handle ESCAPE

Loading…
Cancel
Save