blurpy / kouchat

KouChat
https://www.kouchat.net/
Other
68 stars 23 forks source link

Add option to increase font size #22

Open ghost opened 8 years ago

ghost commented 8 years ago

Is there a way to increase the font size in Linux? I can't find something something like this: java --font-size=18 -jar kouchat-1.3.0.jar

blurpy commented 8 years ago

If you use the Metal look and feel you can try this as a quick fix: java -Dswing.plaf.metal.controlFont=Dialog-18 -Dswing.plaf.metal.userFont=Dialog-18 -jar kouchat-1.3.0.jar

I will look into adding a better option in the Settings later.