[wesnoth-commits] [wesnoth/wesnoth] 1d7338: ui: Use the correct default text colour for Theme ...
Iris Morelle
noreply at github.com
Wed Mar 17 22:44:15 UTC 2021
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 1d733823b5514ee66a45f43d33fabeac466b5c23
https://github.com/wesnoth/wesnoth/commit/1d733823b5514ee66a45f43d33fabeac466b5c23
Author: Iris Morelle <shadowm at wesnoth.org>
Date: 2021-03-17 (Wed, 17 Mar 2021)
Changed paths:
M src/display.cpp
Log Message:
-----------
ui: Use the correct default text colour for Theme UI elements
color_t's default constructor uses solid white, but the default used in
other code paths is a bit darker than that.
This fixes the vision label being incredibly bright compared to other
"white" labels on the sidebar.
Commit: ffbc7ebc5737f8b2326aefe942bb70a654a1de2a
https://github.com/wesnoth/wesnoth/commit/ffbc7ebc5737f8b2326aefe942bb70a654a1de2a
Author: Iris Morelle <shadowm at wesnoth.org>
Date: 2021-03-17 (Wed, 17 Mar 2021)
Changed paths:
M data/themes/default.cfg
Log Message:
-----------
ui: Rearrange and resize the unit vision and XP labels slightly
This makes it so the unit vision label uses a smaller font on smaller
resolutions. It also makes it so it doesn't take space away from the XP
report for all resolutions. Meanwhile, the XP report has more space.
CC #5575
Compare: https://github.com/wesnoth/wesnoth/compare/a56497a561b0...ffbc7ebc5737
More information about the Commits
mailing list