layout { margin { horizontal 6; vertical 8; }; }; column { row { panel "pnl_functions" { style "group"; layout { margin { horizontal 0; vertical 0; }; }; }; column { label "lbl_speed" { style "digital"; }; expand true false; vslider "sld_speed"; constraint COPY_WIDTH "pnl_functions"; expand; }; column { indicator "ind_forward"; button "btn_forward" { style "arrow_up"; }; constraint COPY_WIDTH "sld_speed"; button "btn_reverse" { style "arrow_down"; }; constraint COPY_HEIGHT "btn_forward"; indicator "ind_reverse"; }; }; label "lbl_status" { style "digital"; }; expand true false; };