Skip to content

Commit 781cf7e

Browse files
pjewaldzfi
authored andcommitted
Revert Solo #313
1 parent 8f43e5c commit 781cf7e

File tree

1 file changed

+2
-1
lines changed
  • src/blockly/generators/propc

1 file changed

+2
-1
lines changed

src/blockly/generators/propc/gpio.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,8 @@ Blockly.Blocks.base_freqout = {
370370
.appendField("frequency (Hz)")
371371
.setCheck('Number');
372372
// Align inputs vertically - solo #313
373-
this.setInputsInline(false);
373+
// Reverting solo 313 per SL.
374+
this.setInputsInline(true);
374375

375376
this.setPreviousStatement(true, "Block");
376377
this.setNextStatement(true, null);

0 commit comments

Comments
 (0)