X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fhomebank;a=blobdiff_plain;f=src%2Fgtk-chart-colors.h;h=a7450b1a025d8b37d4a3b7d8472d9705e1e52596;hp=6090f6a66935f126454fd6d8151a53362557b06e;hb=cd13d9691c46c2b2d6d459e9e6a76bed1c21b7a6;hpb=b84403141a4c3a32a594800eb3fcabdc856461f8 diff --git a/src/gtk-chart-colors.h b/src/gtk-chart-colors.h index 6090f6a..a7450b1 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-2018 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 };