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

Commit e68d8e7

Browse files
authored
Update com.livecode.pi.customprops.behavior.livecodescript
1 parent 9d1d54c commit e68d8e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Toolset/palettes/inspector/editors/com.livecode.pi.customprops.behavior.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ on editorResize
118118
# Use all space not taken by other elements for main array display
119119
local tWidgetHeight, tValueHeight
120120
put kWidgetHeight into tWidgetHeight
121-
put max(the height of this card - ( 7 * kControlGap + kLabelFieldHeight \
121+
put max(the height of this card - ( 6 * kControlGap + kLabelFieldHeight \
122122
+ kKeyFieldHeight + kValueFieldHeight + kSetButtonsHeight \
123123
+ tWidgetHeight + tTopGroupHeight), 0) into tValueHeight
124124

0 commit comments

Comments
 (0)