Changeset - r25441:ace077ebf578
[Not reviewed]
master
0 1 0
PeterN - 3 years ago 2021-05-12 16:43:35
peter1138@openttd.org
Fix #9063: Caption of news window incorrectly aligned. (#9252)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/news_gui.cpp
Show inline comments
 
@@ -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:
0 comments (0 inline, 0 general)