mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
CHintBox: try to fix truncated chars
Last chars were truncated. Indent and titel text were not considered.
This commit is contained in:
@@ -80,7 +80,7 @@ class CHintBox : public CComponentsWindow
|
||||
|
||||
virtual void ReSize();
|
||||
void showTimeOutBar(){enableTimeOutBar();}
|
||||
int getMaxWidth(const std::string& Text, Font *font, const int& minWidth);
|
||||
int getMaxWidth(const std::string& Text, const std::string& Title, Font *font, const int& minWidth);
|
||||
|
||||
public:
|
||||
/**CHintBox Constructor
|
||||
|
Reference in New Issue
Block a user