From e569f7fd1cc6cf3aed785ef639566d9d01133fa5 Mon Sep 17 00:00:00 2001 From: Brendan Coles Date: Sat, 31 Oct 2020 00:25:30 +0000 Subject: Applications: Use application icons for dialog windows --- Games/Chess/PromotionDialog.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Games') diff --git a/Games/Chess/PromotionDialog.cpp b/Games/Chess/PromotionDialog.cpp index a3b090c2f5..e106b88ca0 100644 --- a/Games/Chess/PromotionDialog.cpp +++ b/Games/Chess/PromotionDialog.cpp @@ -34,6 +34,7 @@ PromotionDialog::PromotionDialog(ChessWidget& chess_widget) , m_selected_piece(Chess::Type::None) { set_title("Choose piece to promote to"); + set_icon(chess_widget.window()->icon()); resize(70 * 4, 70); auto& main_widget = set_main_widget(); -- cgit v1.2.3