diff src/name/blackcap/clipman/SearchDialog.kt @ 38:08eaae2aaf76

Stop dialog resizing, fix detection of bad font sizes.
author David Barts <n5jrn@me.com>
date Thu, 30 Jan 2020 22:06:37 -0800
parents 0c6c18a733b7
children 19d9da731c43
line wrap: on
line diff
--- a/src/name/blackcap/clipman/SearchDialog.kt	Thu Jan 30 21:03:56 2020 -0800
+++ b/src/name/blackcap/clipman/SearchDialog.kt	Thu Jan 30 22:06:37 2020 -0800
@@ -126,6 +126,7 @@
         }
         rootPane.setDefaultButton(_find)
         pack()
+        setResizable(false)
     }
 
     override fun actionPerformed(e: ActionEvent) {