diff options
Diffstat (limited to 'ldmicro/includes')
-rw-r--r-- | ldmicro/includes/ldmicro.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ldmicro/includes/ldmicro.h b/ldmicro/includes/ldmicro.h index 34b9520..d6ca469 100644 --- a/ldmicro/includes/ldmicro.h +++ b/ldmicro/includes/ldmicro.h @@ -37,8 +37,8 @@ typedef signed long SDWORD; // #define FREEZE_SUBKEY "LDMicro" // Size of the font that we will use to draw the ladder diagrams, in pixels -#define FONT_WIDTH 7 -#define FONT_HEIGHT 14 +#define FONT_WIDTH 8 +#define FONT_HEIGHT 16 //----------------------------------------------- // Constants for the GUI. We have drop-down menus, a listview for the I/Os, |