GUI, game: added card popup support in choose target amount dialogs (example: damage distribution, related to #9827)

This commit is contained in:
Oleg Agafonov 2024-10-24 16:15:03 +04:00
parent 0fbd9bb60f
commit 1ec277631f
6 changed files with 43 additions and 24 deletions

View file

@ -41,7 +41,7 @@ public class MageTextArea extends MageEditorPane {
// prepare text format as header and details texts
final StringBuilder buffer = new StringBuilder(512);
final StringBuilder buffer = new StringBuilder();
// Dialog is a java logical font family, so it should work on all systems
buffer.append("<body style='font-family:Dialog;font-size:");
buffer.append(GUISizeHelper.gameFeedbackPanelMainMessageFontSize);