panel: make pill [ tip: { USAGE: panel sky data [after 1 field field] DESCRIPTION: A static widget used to group widgets within a container. } size: -1x-1 init: make function! [] [ data: layout/only data pane: data/pane all [negative? size/x size/x: data/size/x] all [negative? size/y size/y: data/size/y] data: none action/on-resize self ] ]