Add new menu type field matrix

This commit is contained in:
Kreg Hanning 2018-06-06 17:11:55 -04:00
parent 5da935ad8a
commit 41683d1387
4 changed files with 516 additions and 0 deletions

View file

@ -982,6 +982,12 @@ Blockly.Css.CONTENT = [
'margin-left: 10px;',
'}',
'.scratchMatrixButtonDiv {',
'width: 50%;',
'text-align: center;',
'float: left;',
'}',
/* Copied from: goog/css/menu.css */
/*
* Copyright 2009 The Closure Library Authors. All Rights Reserved.