layout { margin { top 2; horizontal 8; bottom 6; }; }; column { row { label "lbl_title" { text "Departures"; }; split; action_button "btn_close" 0 { style "red_cross"; }; }; dropdown "drp_groups"; panel "pnl_departures" { style "digital_background"; layout { margin { horizontal 4; vertical 4; }; column_spacing 10; }; }; }; draghandle ""; expand true false; constraint COPY_HEIGHT "lbl_title"; constraint LEFT_OF "btn_close";