From 9c5804777b9f3377876931ab492c232a87dd644c Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Thu, 28 Dec 2017 17:47:25 -0800 Subject: [PATCH] gml.ui: fix color: --- extra/gml/ui/ui.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/gml/ui/ui.factor b/extra/gml/ui/ui.factor index 14e4c66171..d1f5a92e02 100644 --- a/extra/gml/ui/ui.factor +++ b/extra/gml/ui/ui.factor @@ -27,7 +27,7 @@ M: stack-entry-renderer row-value : ( model -- gadget ) "Operand stack" - COLOR: dark-gray ; + color: dark-gray ; 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 - "Editor" COLOR: dark-gray ; + "Editor" color: dark-gray ; : ( -- gadget ) 2 3 gml-editor new-frame