forked from External/mage
Reduced font in feedback panel.
This commit is contained in:
parent
c38804af5f
commit
44b48a3722
2 changed files with 15 additions and 15 deletions
|
|
@ -32,7 +32,7 @@ public class MageTextArea extends JEditorPane {
|
|||
if (text == null) return;
|
||||
|
||||
boolean smallImages = false;
|
||||
int fontSize = 18;
|
||||
int fontSize = 16;
|
||||
|
||||
String fontFamily = "arial";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue