summaryrefslogtreecommitdiffstats
path: root/src/object
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2013-11-26 00:42:46 +0100
committerPiotr Dziwinski <piotrdz@gmail.com>2013-11-26 00:42:46 +0100
commitd6eb095f2760eab42e852aceae61289ad7ba36ee (patch)
tree3bf29be57a9c47b0ce7427f3dbb9d58cdd258ee5 /src/object
parent881802b050dc9957ce681eafd6e255ddadf3a517 (diff)
parent8c25650ad5e888019f350f099d6755921780c6f1 (diff)
downloadcolobot-d6eb095f2760eab42e852aceae61289ad7ba36ee.tar.gz
colobot-d6eb095f2760eab42e852aceae61289ad7ba36ee.tar.bz2
colobot-d6eb095f2760eab42e852aceae61289ad7ba36ee.zip
Colobot Gold 0.1.2-alpha
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;