Statusbar: bottom border line missing

Hi.
Can you please have a look into the attached demo.
Why is the bottom border line of statusbar missing?
Thanks very much


DHX DEMO.rar (199 KB)

Hi

I will add issue in todo, quickfix:

  1. change sequence:
    ui.attachStatusBar();
    ui.attachMenu();

  2. or add after all attaches:
    ui.cont.obj.vs.def.sbHeight = 24;
    ui.setSizes();