mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
CHintbox: enlarge possible max height
Better use of available screen size for many lines
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
|
|
||||||
#define HINTBOX_MIN_WIDTH 420
|
#define HINTBOX_MIN_WIDTH 420
|
||||||
#define HINTBOX_MIN_HEIGHT 125
|
#define HINTBOX_MIN_HEIGHT 125
|
||||||
#define HINTBOX_MAX_HEIGHT 420
|
#define HINTBOX_MAX_HEIGHT 520
|
||||||
#define HINTBOX_DEFAULT_TIMEOUT 5
|
#define HINTBOX_DEFAULT_TIMEOUT 5
|
||||||
//frame around hint container as indent
|
//frame around hint container as indent
|
||||||
#define W_FRAME std::max(HINTBOX_MIN_WIDTH, HINTBOX_MIN_HEIGHT) * 2/100
|
#define W_FRAME std::max(HINTBOX_MIN_WIDTH, HINTBOX_MIN_HEIGHT) * 2/100
|
||||||
|
Reference in New Issue
Block a user