ui.gadgets.worlds: use constraints for single gadget in window.

factor-shell
John Benediktsson 2018-01-18 21:30:34 -08:00
parent 90c6e2ade4
commit b0ded020ea
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ M: world apply-world-attributes
[ window-controls>> >>window-controls ]
[ initial-background-color >>background-color ]
[ grab-input?>> >>grab-input? ]
[ gadgets>> dup sequence? [ [ f track-add ] each ] [ f track-add ] if ]
[ gadgets>> dup sequence? [ [ f track-add ] each ] [ 1 track-add ] if ]
[ pref-dim>> >>pref-dim ]
[ fill>> >>fill ]
[ orientation>> >>orientation ]