help topic generator: fix typo
also make the help browser a bit wider, otherwise images overlap with text
This commit is contained in:
parent
f360e781c7
commit
ec0e0992b6
2 changed files with 3 additions and 3 deletions
|
@ -103,7 +103,7 @@
|
|||
[resolution]
|
||||
definition = "default"
|
||||
|
||||
{GUI_WINDOW_FIXED_SIZE_CENTERED 1300 800}
|
||||
{GUI_WINDOW_FIXED_SIZE_CENTERED 1350 800}
|
||||
|
||||
[tooltip]
|
||||
id = "tooltip_large"
|
||||
|
@ -259,7 +259,7 @@
|
|||
vertical_grow = true
|
||||
|
||||
[rich_label]
|
||||
width = 700
|
||||
width = 750
|
||||
id = "topic_text"
|
||||
[/rich_label]
|
||||
[/column]
|
||||
|
|
|
@ -355,7 +355,7 @@ std::string unit_topic_generator::operator()() const {
|
|||
}
|
||||
|
||||
if (has_female_portrait) {
|
||||
ss << markup::img(male_portrait + "~FL(horiz)", "right", true);
|
||||
ss << markup::img(female_portrait + "~FL(horiz)", "right", true);
|
||||
}
|
||||
|
||||
// Unit Images
|
||||
|
|
Loading…
Add table
Reference in a new issue