changeset 12:0fb6da371b80

Remove some deadwood.
author David Barts <n5jrn@me.com>
date Sun, 19 Jan 2020 19:44:42 -0800
parents 5bbb436fbcf7
children fe0fcfc8b2aa
files src/name/blackcap/clipman/Main.kt
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/name/blackcap/clipman/Main.kt	Sun Jan 19 19:39:52 2020 -0800
+++ b/src/name/blackcap/clipman/Main.kt	Sun Jan 19 19:44:42 2020 -0800
@@ -109,7 +109,6 @@
                                 add(stdLabel("Styled text"))
                                 add(ClipText().apply {
                                     contentType = "text/html"
-                                    toolTipText = "Styled text"
                                     text = scrub(contents.html)
                                     border = stdBorder
                                     autoSize(stdWidth!!)