mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
CHintbox: use default text frame depends from default height and width
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
#define HINTBOX_MAX_HEIGHT 420
|
#define HINTBOX_MAX_HEIGHT 420
|
||||||
#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 15
|
#define W_FRAME std::max(HINTBOX_MIN_WIDTH, HINTBOX_MIN_HEIGHT) * 2/100
|
||||||
//frame color around hint/message box
|
//frame color around hint/message box
|
||||||
#define HINTBOX_DEFAULT_FRAME_COLOR COL_FRAME
|
#define HINTBOX_DEFAULT_FRAME_COLOR COL_FRAME
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user