layout { margin { top 2; horizontal 6; bottom 8; }; }; column { label "" { text "Connect to server"; }; grid 2 { label "" { text "Host"; }; entry "ent_host"; label "" { text "Port"; }; entry "ent_port"; }; row { split; action_button "" 0 { text "Connect"; }; }; };