Tweak tooltip margin and correct french jargon comment

dev-ui
Didier Raboud 2013-11-19 17:22:25 +01:00
parent f4355b8b8e
commit 3bcf80a82a
1 changed files with 2 additions and 2 deletions

View File

@ -3138,9 +3138,9 @@ void CRobotMain::CreateTooltip(Math::Point pos, const char* text)
start, end);
start.x -= 0.010f;
start.y -= 0.002f;
start.y -= 0.006f;
end.x += 0.010f;
end.y += 0.004f; // ch'tite (?) margin
end.y += 0.008f; // small'ish margin
pos.x = start.x;
pos.y = start.y;