From bbd119bae98f9174abe29a2e75c483bbd859bdba Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Mon, 21 Sep 2015 17:12:02 +0200 Subject: [PATCH] adjusted height of histogram to fit window --- server/include/hist.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/server/include/hist.h b/server/include/hist.h index 50386a32c..92081cbe9 100644 --- a/server/include/hist.h +++ b/server/include/hist.h @@ -12,7 +12,9 @@ #include -#define HIST_HEIGHT 75 +#include "config.h" + +#define HIST_HEIGHT (LOG_WIDTH - 55) #define HIST_SEQ 17 typedef unsigned hist_cnt_t;