improving the spacing & block names (#298)

This commit is contained in:
Abhijith Chatra
2018-02-01 16:21:08 -08:00
committed by Peli de Halleux
parent f594cdefac
commit 9bf50665fc
6 changed files with 16 additions and 16 deletions

View File

@ -116,7 +116,7 @@ namespace brick {
//% blockId=buttonEvent block="on %button|%event"
//% parts="brick"
//% blockNamespace=brick
//% weight=99 blockGap=8
//% weight=99 blockGap=16
//% group="Buttons"
//% button.fieldEditor="brickbuttons"
onEvent(ev: ButtonEvent, body: () => void) {