Tweak tooltip margin and correct french jargon comment
parent
f4355b8b8e
commit
3bcf80a82a
|
@ -3138,9 +3138,9 @@ void CRobotMain::CreateTooltip(Math::Point pos, const char* text)
|
||||||
start, end);
|
start, end);
|
||||||
|
|
||||||
start.x -= 0.010f;
|
start.x -= 0.010f;
|
||||||
start.y -= 0.002f;
|
start.y -= 0.006f;
|
||||||
end.x += 0.010f;
|
end.x += 0.010f;
|
||||||
end.y += 0.004f; // ch'tite (?) margin
|
end.y += 0.008f; // small'ish margin
|
||||||
|
|
||||||
pos.x = start.x;
|
pos.x = start.x;
|
||||||
pos.y = start.y;
|
pos.y = start.y;
|
||||||
|
|
Loading…
Reference in New Issue