From 89ac0ff09bcf77bb0d6d3158746d97b916d1935c Mon Sep 17 00:00:00 2001 From: akshay-c Date: Mon, 16 Dec 2019 11:09:46 +0530 Subject: Comment dialog Bugfix;Toolbar disable during simulation;Code cleanup; --- ldmicro/includes/ldmicro.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ldmicro/includes') 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, -- cgit