new adjustments

This commit is contained in:
Anthony Calosa
2016-08-07 13:24:14 +08:00
parent 4d1dfb58ff
commit 01145c4581
2 changed files with 19 additions and 10 deletions

View File

@@ -122,9 +122,9 @@ void GuiHandSelf::Repos()
{
float dist = 180.0f / cards.size();
if (dist > 20)
dist = 20.0;
dist = 18.0;//20.0
else
y = 40.0;
y = 35.0;//40.0
for (vector<CardView*>::iterator it = cards.begin(); it != cards.end(); ++it)
{
(*it)->x = ClosedRowX;