mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
adjusted height of histogram to fit window
This commit is contained in:
parent
47be437292
commit
bbd119bae9
1 changed files with 3 additions and 1 deletions
|
@ -12,7 +12,9 @@
|
|||
|
||||
#include <stdio.h>
|
||||
|
||||
#define HIST_HEIGHT 75
|
||||
#include "config.h"
|
||||
|
||||
#define HIST_HEIGHT (LOG_WIDTH - 55)
|
||||
#define HIST_SEQ 17
|
||||
|
||||
typedef unsigned hist_cnt_t;
|
||||
|
|
Loading…
Add table
Reference in a new issue