CHintbox: enlarge possible max height

Better use of available screen size for many lines
This commit is contained in:
2016-11-11 21:31:39 +01:00
parent 7f5a576795
commit 3193fef4c6

View File

@@ -34,7 +34,7 @@
#define HINTBOX_MIN_WIDTH 420
#define HINTBOX_MIN_HEIGHT 125
#define HINTBOX_MAX_HEIGHT 420
#define HINTBOX_MAX_HEIGHT 520
#define HINTBOX_DEFAULT_TIMEOUT 5
//frame around hint container as indent
#define W_FRAME std::max(HINTBOX_MIN_WIDTH, HINTBOX_MIN_HEIGHT) * 2/100