1
0
Fork 0

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

pull/9258/head
PeterN 2021-05-12 17:43:35 +01:00 committed by GitHub
parent b136e65cf9
commit 7b7dbbc935
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -422,7 +422,7 @@ struct NewsWindow : Window {
{ {
switch (widget) { switch (widget) {
case WID_N_CAPTION: 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; break;
case WID_N_PANEL: case WID_N_PANEL: