Fix #9063: Caption of news window incorrectly aligned. (#9252)

(cherry picked from commit 7b7dbbc935)
This commit is contained in:
PeterN 2021-05-12 17:43:35 +01:00 committed by Jonathan G Rennison
parent 6d3a1935a0
commit 8677a2a4a2

View File

@ -422,7 +422,7 @@ struct NewsWindow : Window {
{
switch (widget) {
case WID_N_CAPTION:
DrawCaption(r, COLOUR_LIGHT_BLUE, this->owner, TC_FROMSTRING, STR_NEWS_MESSAGE_CAPTION, SA_HOR_CENTER);
DrawCaption(r, COLOUR_LIGHT_BLUE, this->owner, TC_FROMSTRING, STR_NEWS_MESSAGE_CAPTION, SA_CENTER);
break;
case WID_N_PANEL: