Mercurial > cgi-bin > hgweb.cgi > JpegWasher
changeset 57:94cd2d486adc
Tabs to spaces (argh).
author | davidb |
---|---|
date | Thu, 07 May 2020 17:15:43 -0700 |
parents | 224572069e36 |
children | 6b300da7d800 |
files | src/name/blackcap/exifwasher/HelpDialog.kt |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/name/blackcap/exifwasher/HelpDialog.kt Thu May 07 17:12:25 2020 -0700 +++ b/src/name/blackcap/exifwasher/HelpDialog.kt Thu May 07 17:15:43 2020 -0700 @@ -52,8 +52,8 @@ } private val helpPane = JScrollPane(JTextPane().also { - it.editorKit = MyEditorKit().also { ek -> - UIManager.getFont("Panel.font")?.let { pFont -> + it.editorKit = MyEditorKit().also { ek -> + UIManager.getFont("Panel.font")?.let { pFont -> ek.styleSheet = StyleSheet().apply { addRule("body { font-family: \"${pFont.family}\"; font-size: ${pFont.size}; }") addStyleSheet(ek.defaultStyleSheet)