Changed: Use multiline text for http errors
This commit is contained in:
parent
00e6ff45ea
commit
272bdeb371
1 changed files with 1 additions and 0 deletions
|
@ -3550,6 +3550,7 @@ namespace NLGUI
|
|||
CViewText *viewText = new CViewText ("", (string("Error : ")+msg).c_str());
|
||||
viewText->setColor (ErrorColor);
|
||||
viewText->setModulateGlobalColor(ErrorColorGlobalColor);
|
||||
viewText->setMultiLine (true);
|
||||
getParagraph()->addChild (viewText);
|
||||
if(!_TitlePrefix.empty())
|
||||
setTitle (_TitlePrefix);
|
||||
|
|
Loading…
Reference in a new issue