Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit ead777e

Browse files
committed
[[ Bug 20072 ]] Fix spacing of default handler list
Increase the space between the default and extant handler lists and add a space between the add icon and each handler name
1 parent 726bcc3 commit ead777e

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Toolset/palettes/script editor/behaviors/revsehandlerlistbehavior.livecodescript

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ command update
171171
end if
172172

173173
if tHandlers is not empty then
174-
put return &return after tHandlers
174+
put return & return & return after tHandlers
175175
end if
176176
put tCanAdd after tHandlers
177177

@@ -184,6 +184,8 @@ command update
184184

185185
if the number of words in tHandler is 1 then
186186
put false into tHandlerExists
187+
-- Existing handler names have a space after the icon
188+
put " " before tParseHandler
187189
end if
188190

189191
put "<p>" after tText

notes/bugfix-20072.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Add space above default handler list and before each name

0 commit comments

Comments
 (0)