Make MenuBar look better inside ApplicationControlBar

ApplicationControlBar(ACB) adds some default top and bottom margins, so Menubar inside it would like this:

</p>



















</font>
If rollover highlight of Menubar fits vertically, it would look much better. You can see below:

</p>





















</font>
What all you need to do:-

  • Set the marginTop and marginBottom of ACB to zero
  • Set the height of MenuBar to 100%
  • Move all controls excepts MenuBar to another container(HBox) inside ACB
  • Set the margins(top and bottom) of that HBox to five.