Mercurial > cgi-bin > hgweb.cgi > ClipMan
comparison 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 |
comparison
equal
deleted
inserted
replaced
37:9890445e4cc4 | 38:08eaae2aaf76 |
---|---|
124 }) | 124 }) |
125 }) | 125 }) |
126 } | 126 } |
127 rootPane.setDefaultButton(_find) | 127 rootPane.setDefaultButton(_find) |
128 pack() | 128 pack() |
129 setResizable(false) | |
129 } | 130 } |
130 | 131 |
131 override fun actionPerformed(e: ActionEvent) { | 132 override fun actionPerformed(e: ActionEvent) { |
132 when (e.actionCommand) { | 133 when (e.actionCommand) { |
133 "Find" -> { | 134 "Find" -> { |