Commit 99f60761 authored by nanahira's avatar nanahira

Merge branch 'master' into server

parents e99cc8e5 af45e60a
......@@ -1557,7 +1557,7 @@ void Game::ShowCardInfo(int code, bool resize) {
}
stDataInfo->setText(formatBuffer);
int offset_arrows = 0;
if(cd.type & TYPE_LINK && cd.level > 5 && window_size.Width < 1220.0)
if(cd.type & TYPE_LINK && cd.level > 5 && window_size.Width < 1290.0)
offset_arrows = 15;
stDataInfo->setRelativePosition(rect<s32>(15, 60, 300 * xScale - 13, (83 + offset_arrows)));
//stSetName->setRelativePosition(rect<s32>(15, (83 + offset_arrows) * yScale, 296 * xScale, (83 + offset_arrows) * yScale + offset));
......
Subproject commit 8d2c3b0d947b6d6ce0d3135ffb60a3a7ec3ba550
Subproject commit 16de746dba127457ddd9e51e165f2cfa262784c7
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment