fix phyphox view style to use lines as default

This commit is contained in:
Mario Pesch
2022-04-26 10:28:52 +02:00
parent 31efce44e7
commit 43aa53fb84
2 changed files with 4 additions and 2 deletions
@@ -65,8 +65,8 @@ Blockly.Blocks["sensebox_phyphox_graph"] = {
.appendField(Blockly.Msg.sensebox_phyphox_graphStyle)
.appendField(
new Blockly.FieldDropdown([
[Blockly.Msg.sensebox_phyphox_style_dots, "dots"],
[Blockly.Msg.sensebox_phyphox_style_line, "line"],
[Blockly.Msg.sensebox_phyphox_style_dots, "dots"],
]),
"style"
);