mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
CHintbox: enlarge possible max height
Better use of available screen size for many lines
Origin commit data
------------------
Commit: 3193fef4c6
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-11 (Fri, 11 Nov 2016)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user