X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fhomebank;a=blobdiff_plain;f=src%2Fgtk-chart-colors.h;h=a11d643e0e11b8b236632f084ee01b99e4d543b6;hp=6090f6a66935f126454fd6d8151a53362557b06e;hb=236cb5e47660876f46488ea8f76ecd5bebfa1fac;hpb=b84403141a4c3a32a594800eb3fcabdc856461f8 diff --git a/src/gtk-chart-colors.h b/src/gtk-chart-colors.h index 6090f6a..a11d643 100644 --- a/src/gtk-chart-colors.h +++ b/src/gtk-chart-colors.h @@ -1,5 +1,5 @@ /* HomeBank -- Free, easy, personal accounting for everyone. - * Copyright (C) 1995-2017 Maxime DOYEN + * Copyright (C) 1995-2019 Maxime DOYEN * * This file is part of HomeBank. * @@ -23,6 +23,8 @@ #include #define MASKCOL 255 +//#define MASKCOL 000 + #define COLTO16(col8) ( (col8 | col8<<8 ) ) #define COLTOOVER(col8) ( (col8 + MASKCOL) / 2 ) @@ -78,7 +80,8 @@ enum colmap enum { CHART_FONT_SIZE_TITLE, CHART_FONT_SIZE_SUBTITLE, - CHART_FONT_SIZE_NORMAL + CHART_FONT_SIZE_NORMAL, + CHART_FONT_SIZE_SMALL };