diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2013-10-15 12:54:15 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-10-15 04:23:35 -0700 |
commit | d347ef5336bc6c887661c854dbc64f4d66918031 (patch) | |
tree | 006ab822e4d4312afbdc34bfc0ac6853a6f77395 /profile.h | |
parent | b3234d3d8d9c5d8c13e5a9a7634221071f882c4b (diff) | |
download | subsurface-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.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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) |