summaryrefslogtreecommitdiffstats
path: root/profile.h
diff options
context:
space:
mode:
authorGravatar Lubomir I. Ivanov <neolit123@gmail.com>2013-10-15 12:54:15 +0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-10-15 04:23:35 -0700
commitd347ef5336bc6c887661c854dbc64f4d66918031 (patch)
tree006ab822e4d4312afbdc34bfc0ac6853a6f77395 /profile.h
parentb3234d3d8d9c5d8c13e5a9a7634221071f882c4b (diff)
downloadsubsurface-d347ef5336bc6c887661c854dbc64f4d66918031.tar.gz
profile.h: Adjust text sizes (*_TEXT_SIZE)
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'profile.h')
-rw-r--r--profile.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/profile.h b/profile.h
index 791b75c5b..2329b2150 100644
--- a/profile.h
+++ b/profile.h
@@ -78,10 +78,10 @@ void setup_pp_limits(struct graphics_context *gc);
#define TEXT_SCALE 1.0
#endif
-#define DEPTH_TEXT_SIZE (10 * TEXT_SCALE)
-#define PRESSURE_TEXT_SIZE (10 * TEXT_SCALE)
-#define DC_TEXT_SIZE (10.5 * TEXT_SCALE)
-#define PP_TEXT_SIZE (11 * TEXT_SCALE)
+#define DEPTH_TEXT_SIZE (12 * TEXT_SCALE)
+#define PRESSURE_TEXT_SIZE (12 * TEXT_SCALE)
+#define DC_TEXT_SIZE (12 * TEXT_SCALE)
+#define PP_TEXT_SIZE (12 * TEXT_SCALE)
#define TEMP_TEXT_SIZE (12 * TEXT_SCALE)
#define RIGHT (-1.0)