CHintBox: try to optimize height and width of message window

Origin commit data
------------------
Commit: a5ce26dfd9
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-10-23 (Sun, 23 Oct 2016)
This commit is contained in:
2016-10-23 21:39:17 +02:00
parent 9f8d4b4386
commit ebc13d46b3
2 changed files with 13 additions and 8 deletions

View File

@@ -57,6 +57,8 @@ class CHintBox : public CComponentsWindow
int w_indentation;
int hb_text_mode;
Font* hb_font;
///global count of lines
uint lines;