I have a gap at the bottom of my side menu that I cannot get to style, here 
is how I am trying:

SideMenuLEFT = (Container)this.createContainer(resources, "SideMenuLEFT");
            
SideMenuLEFT.setWidth(Display.getInstance().getDisplayWidth()/2);
            
SideMenuLEFT.setHeight((Display.getInstance().getDisplayHeight()));
            
            SideMenuLEFT.setUIID("Form");//so we get the nice background.
            toolbarForLeftMenu.setUIID("Form");
            toolbarForLeftMenu.addComponentToSideMenu(SideMenuLEFT);

See screenshot, how do I get rid of the black box in bottom left? 
https://dl.dropboxusercontent.com/u/4194619/Snap%202016-11-11%20at%2008.14.03.png

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/cb22865c-d10f-4a20-80d1-ff0fe17359d6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to