CHintBox: try to optimize height and width of message window

This commit is contained in:
2016-10-23 21:39:17 +02:00
parent 21e8188b5b
commit a5ce26dfd9
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;