mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-01 17:45:32 +00:00
added missing line break in front of multiple choice questions
This commit is contained in:
parent
ed6098388f
commit
76a2abcbe3
1 changed files with 1 additions and 0 deletions
|
@ -467,6 +467,7 @@ namespace MWGui
|
|||
|
||||
BookTypesetter::Style* body = typesetter->createStyle("", MyGUI::Colour::White);
|
||||
|
||||
typesetter->sectionBreak(9);
|
||||
// choices
|
||||
const MyGUI::Colour linkHot (223/255.f, 201/255.f, 159/255.f);
|
||||
const MyGUI::Colour linkNormal (150/255.f, 50/255.f, 30/255.f);
|
||||
|
|
Loading…
Reference in a new issue