Skip to content

Commit

Permalink
Change the nations view icon to an SVG
Browse files Browse the repository at this point in the history
  • Loading branch information
jwrober committed Dec 9, 2022
1 parent af121a6 commit 336a60b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/page_game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ pageGame::pageGame(QWidget *parent)
sw_cities->setCheckable(true);
sw_diplo = new top_bar_widget(_("Nations"), QStringLiteral("PLR"),
popup_players_dialog);
sw_diplo->setIcon(fcIcons::instance()->getIcon(QStringLiteral("nations")));
sw_diplo->setIcon(fcIcons::instance()->getIcon(QStringLiteral("flag")));
sw_diplo->setWheelUp(center_next_player_capital);
sw_diplo->setWheelDown(key_center_capital);
sw_diplo->setCheckable(true);
Expand Down
1 change: 1 addition & 0 deletions data/themes/gui-qt/icons/flag.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions data/themes/gui-qt/icons/flag.svg.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SPDX-License-Identifier: MIT
SPDX-FileCopyrightText: Copyright (c) 2020 Phosphor Icons
Binary file removed data/themes/gui-qt/icons/nations.png
Binary file not shown.

0 comments on commit 336a60b

Please sign in to comment.