ui.gadgets.worlds: use constraints for single gadget in window.
parent
90c6e2ade4
commit
b0ded020ea
|
@ -141,7 +141,7 @@ M: world apply-world-attributes
|
||||||
[ window-controls>> >>window-controls ]
|
[ window-controls>> >>window-controls ]
|
||||||
[ initial-background-color >>background-color ]
|
[ initial-background-color >>background-color ]
|
||||||
[ grab-input?>> >>grab-input? ]
|
[ 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 ]
|
[ pref-dim>> >>pref-dim ]
|
||||||
[ fill>> >>fill ]
|
[ fill>> >>fill ]
|
||||||
[ orientation>> >>orientation ]
|
[ orientation>> >>orientation ]
|
||||||
|
|
Loading…
Reference in New Issue