mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
profile.h: Adjust text sizes (*_TEXT_SIZE)
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b3234d3d8d
commit
d347ef5336
1 changed files with 4 additions and 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)
|
||||
|
|
Loading…
Add table
Reference in a new issue