Deck list dialog is not so big.

This commit is contained in:
marcins78@gmail.com
2012-01-09 22:01:29 +00:00
parent 0da217ca49
commit 2ec0fe2f70

View File

@@ -458,7 +458,7 @@ var GempLotrDeckBuildingUI = Class.extend({
closeOnEscape: true,
resizable: true,
width: 400,
height: 200,
height: 400,
modal: true
});
}
@@ -510,7 +510,7 @@ var GempLotrDeckBuildingUI = Class.extend({
}
}
openSizeDialog(that.deckListDialog);
that.deckListDialog.dialog("open");
});
},