From b96f57d1e6725fd53d0b2eb5a0976d1e745edd61 Mon Sep 17 00:00:00 2001 From: dickelbeck Date: Tue, 11 Dec 2007 19:39:08 +0000 Subject: [PATCH] colored bitmaps were too small to be visible --- pcbnew/set_color.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pcbnew/set_color.h b/pcbnew/set_color.h index cef1454b20..ffdceb901f 100644 --- a/pcbnew/set_color.h +++ b/pcbnew/set_color.h @@ -46,7 +46,7 @@ enum col_sel_id { // Specify the width and height of every (color-displaying / bitmap) button const int BUTT_SIZE_X = 25; -const int BUTT_SIZE_Y = 15; +const int BUTT_SIZE_Y = 20; /* Macro utile : */ #define ADR( numlayer ) &g_DesignSettings.m_LayerColor[(numlayer)] @@ -570,5 +570,4 @@ public: ~WinEDA_SetColorsFrame(); }; -#endif - // SET_COLOR_H +#endif // SET_COLOR_H