CHintBox: add space for timeout bar

Origin commit data
------------------
Commit: c035b2fc15
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-10-13 (Thu, 13 Oct 2016)
This commit is contained in:
2016-10-13 01:10:39 +02:00
parent cc3cf7931f
commit c9972f68a0
2 changed files with 4 additions and 3 deletions

View File

@@ -40,6 +40,7 @@
#define W_FRAME std::max(HINTBOX_MIN_WIDTH, HINTBOX_MIN_HEIGHT) * 2/100
//frame color around hint/message box
#define HINTBOX_DEFAULT_FRAME_COLOR COL_FRAME
#define TIMEOUT_BAR_HEIGHT OFFSET_SHADOW/2
//! Sub class of CComponentsWindow. Shows a window as a hintbox with text and optional icon beside of text.
/*!