CHintBox: add space for timeout bar

This commit is contained in:
2016-10-13 01:10:39 +02:00
parent 52abf18c22
commit c035b2fc15
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.
/*!