forked from External/mage
GUI, game: added card popup support in choose target amount dialogs (example: damage distribution, related to #9827)
This commit is contained in:
parent
0fbd9bb60f
commit
1ec277631f
6 changed files with 43 additions and 24 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue