summaryrefslogtreecommitdiffstats
path: root/src/object
diff options
context:
space:
mode:
Diffstat (limited to 'src/object')
-rw-r--r--src/object/robotmain.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/object/robotmain.cpp b/src/object/robotmain.cpp
index 6fe85d3..26fa827 100644
--- a/src/object/robotmain.cpp
+++ b/src/object/robotmain.cpp
@@ -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;