1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-19 21:46:50 -04:00

made edit and delete series dialog height auto.

This commit is contained in:
kay.one
2012-02-07 00:20:56 -08:00
parent ed028123f3
commit 2000d07180
+2 -2
View File
@@ -148,7 +148,7 @@
$("#seriesEditor").dialog({
autoOpen: false,
height: 360,
height: 'auto',
width: 670,
resizable: false,
modal: true,
@@ -189,7 +189,7 @@
$("#seriesDelete").dialog({
autoOpen: false,
resizable: false,
height: 170,
height: 'auto',
width: 450,
modal: true,
buttons: {