diff options
author | akshay-c | 2019-12-16 11:09:46 +0530 |
---|---|---|
committer | akshay-c | 2019-12-16 11:09:46 +0530 |
commit | 89ac0ff09bcf77bb0d6d3158746d97b916d1935c (patch) | |
tree | 3097c9f0f56917d39a1d5e4c1aa3c8522c104f3d /ldmicro/includes | |
parent | 8794ca93788a8aa75911fe799748dc043510047d (diff) | |
download | LDmicroQt-89ac0ff09bcf77bb0d6d3158746d97b916d1935c.tar.gz LDmicroQt-89ac0ff09bcf77bb0d6d3158746d97b916d1935c.tar.bz2 LDmicroQt-89ac0ff09bcf77bb0d6d3158746d97b916d1935c.zip |
Comment dialog Bugfix;Toolbar disable during simulation;Code cleanup;
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, |