gml.ui: fix color:

modern-harvey2
Doug Coleman 2017-12-28 17:47:25 -08:00
parent efa9b2d01d
commit 9c5804777b
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ M: stack-entry-renderer row-value
: <stack-display> ( model -- gadget )
<stack-table> <scroller> "Operand stack"
COLOR: dark-gray <labeled-gadget> ;
color: dark-gray <labeled-gadget> ;
TUPLE: gml-editor < frame editor gml stack-model b-rep b-rep-model ;
@ -99,7 +99,7 @@ CONSTANT: example-dir "vocab:gml/examples/"
30 >>max-rows
40 >>min-cols
40 >>max-cols
<scroller> "Editor" COLOR: dark-gray <labeled-gadget> ;
<scroller> "Editor" color: dark-gray <labeled-gadget> ;
: <gml-editor> ( -- gadget )
2 3 gml-editor new-frame