Making the infoDialog bigger for deck builder.

This commit is contained in:
marcins78@gmail.com
2011-10-29 14:04:00 +00:00
parent 5889491a9a
commit d78fb98e7e

View File

@@ -347,8 +347,8 @@ var GempLotrDeckBuildingUI = Class.extend({
title: "Card information",
minHeight: 80,
minWidth: 200,
width: 600,
height: 300
width: Math.max(600, width * 0.75),
height: Math.max(300, height * 0.75)
});
var swipeOptions = {