widelands-dev team mailing list archive
-
widelands-dev team
-
Mailing list archive
-
Message #14869
[Merge] lp:~widelands-dev/widelands/bug1790456_game_summary into lp:widelands
hessenfarmer has proposed merging lp:~widelands-dev/widelands/bug1790456_game_summary into lp:widelands.
Commit message:
fixed the bug 1790456
status and gametime are shown again in game summary window.
Requested reviews:
Widelands Developers (widelands-dev)
Related bugs:
Bug #1790456 in widelands: "The final message in collectors doesn't show the points of all players anymore"
https://bugs.launchpad.net/widelands/+bug/1790456
For more details, see:
https://code.launchpad.net/~widelands-dev/widelands/bug1790456_game_summary/+merge/355895
--
Your team Widelands Developers is requested to review the proposed merge of lp:~widelands-dev/widelands/bug1790456_game_summary into lp:widelands.
=== modified file 'src/wui/game_summary.cc'
--- src/wui/game_summary.cc 2018-05-31 18:01:27 +0000
+++ src/wui/game_summary.cc 2018-09-30 21:05:46 +0000
@@ -102,7 +102,7 @@
players_table_->add_column(150, _("Player"));
players_table_->add_column(80, _("Team"), "", UI::Align::kCenter);
players_table_->add_column(100, _("Status"), "", UI::Align::kCenter);
- players_table_->add_column(0, _("Time"), "", UI::Align::kRight, UI::TableColumnType::kFlexible);
+ players_table_->add_column(100, _("Time"), "", UI::Align::kCenter);
// Prepare Elements
title_area_->set_fontsize(UI_FONT_SIZE_BIG);
Follow ups