Re: TabLayoutPanel: shows border of its child widgets

2011-08-23 Thread Vitrums
You can do it either by getting a direct access to the block elements that comprise TabLayoutPanel and further setting them appropriate classes and styles, or simply by overwriting the basic class' styles like this: /** *Sliding panel styles */ .gwt-TabLayoutPanelContentContainer { bor

Re: TabLayoutPanel: shows border of its child widgets

2011-08-19 Thread Benoit Landrieu
normally you add setBordersVisible(false) method no ? On Fri, Aug 19, 2011 at 1:52 PM, saurabh saurabh wrote: > Hi everyone, >                   I got a problem with TabLayoutPanel. I have added > some complex composite widget under the tabs of TabLayoutPanel, so the > widgets under the tabs show

TabLayoutPanel: shows border of its child widgets

2011-08-19 Thread saurabh saurabh
Hi everyone, I got a problem with TabLayoutPanel. I have added some complex composite widget under the tabs of TabLayoutPanel, so the widgets under the tabs shows their border and at the same time the border of TabLayoutPanel is visible. You can assume it look